From a79bfe332946fa45c80ea7b7c54180b9e47ce28a Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 2 Sep 2013 19:18:48 -0700 Subject: [PATCH] docs --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index e44555c..38a0210 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -47,7 +47,7 @@ app.use(function(next){ 6. Yield upstream to Koa's noop middleware 7. Ignore setting the body unless the path is "/" 8. Set the response to "Hello World" - 9. Ignore setting Content-Length when no body is present + 9. Ignore setting `Content-Length` when no body is present 10. Set the field 11. Output log line 12. Set `X-Response-Time` header field before response