Merge pull request #127 from wryk/patch-1

fix typo
master
Jonathan Ong 2013-12-20 02:17:01 -08:00
commit 02409b9d5d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
into a single object which provides many helpful methods for writing
web applications and APIs.
Many accesors and methods simply delegate to their `ctx.request` or `ctx.response`
Many accessors and methods simply delegate to their `ctx.request` or `ctx.response`
equivalents for convenience, and are otherwise identical.
These operations are used so frequently in HTTP server development