From 09f1b7bb1f6c2e94935139bfee2dd5fa8965359b Mon Sep 17 00:00:00 2001 From: Todor Stoychev Date: Wed, 13 Sep 2017 20:58:43 +0300 Subject: [PATCH] docs: fix typo (#1058) --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 824192f..45a0068 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -116,7 +116,7 @@ app.listen(3000); ## app.listen(...) - A Koa application is not a 1-to-1 representation of a HTTP server. + A Koa application is not a 1-to-1 representation of an HTTP server. One or more Koa applications may be mounted together to form larger applications with a single HTTP server.