fix typo
This commit is contained in:
parent
61d437d746
commit
bf3e155d4b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
into a single object which provides many helpful methods for writing
|
into a single object which provides many helpful methods for writing
|
||||||
web applications and APIs.
|
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.
|
equivalents for convenience, and are otherwise identical.
|
||||||
|
|
||||||
These operations are used so frequently in HTTP server development
|
These operations are used so frequently in HTTP server development
|
||||||
|
|
Loading…
Reference in a new issue