Merge pull request #276 from tschaub/typo

s/properly/property/
master
Jonathan Ong 2014-05-03 14:24:07 -07:00
commit 137df8e5ed
1 changed files with 1 additions and 1 deletions

View File

@ -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