docs: fix typo (#1058)

master
Todor Stoychev 2017-09-13 20:58:43 +03:00 committed by jongleberry
parent 86ab4ae84a
commit 09f1b7bb1f
1 changed files with 1 additions and 1 deletions

View File

@ -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.