Fix typo in api/index.md

* `negotation` to `negotiation`
master
Debjeet Biswas 2013-12-30 05:06:49 +05:30
parent 7c3181e4d7
commit e492899443
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
middleware layer. This improves interoperability, robustness, and makes writing middleware much
more enjoyable.
This includes methods for common tasks like content-negotation, cache freshness, proxy support, and redirection
This includes methods for common tasks like content-negotiation, cache freshness, proxy support, and redirection
among others. Despite supplying a reasonably large number of helpful methods Koa maintains a small footprint, as
no middleware are bundled.