From e49289944349f4af931c9bf335e7268c96db2f0a Mon Sep 17 00:00:00 2001 From: Debjeet Biswas Date: Mon, 30 Dec 2013 05:06:49 +0530 Subject: [PATCH] Fix typo in api/index.md * `negotation` to `negotiation` --- 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 fa77426..3c34165 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -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.