From d7d3e84d16f193861839aeeb17d4c837334541bf Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 3 May 2014 15:21:07 -0600 Subject: [PATCH] Using property properly --- docs/api/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/context.md b/docs/api/context.md index 624e93e..dfc6f38 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -106,7 +106,7 @@ throw err; To bypass Koa's built-in response handling, you may explicitly set `this.respond = false;`. Use this if you want to write to the raw `res` object instead of letting Koa handle the response for you. - Note that using this is __not__ supported by Koa. This may break intended functionality of Koa middleware and Koa itself. Using this properly is considered a hack and is only a convenience to those wishing to use traditional `fn(req, res)` functions and middleware within Koa. + Note that using this is __not__ supported by Koa. This may break intended functionality of Koa middleware and Koa itself. Using this property is considered a hack and is only a convenience to those wishing to use traditional `fn(req, res)` functions and middleware within Koa. ## Request aliases