Skip to content

Commit

Permalink
Fix response.status default value documentation (#889)
Browse files Browse the repository at this point in the history
Resolves #888, also see #705
  • Loading branch information
PlasmaPower authored and jonathanong committed Feb 18, 2017
1 parent 8435268 commit 152b6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### response.status

Get response status. By default, `response.status` is not set unlike node's `res.statusCode` which defaults to `200`.
Get response status. By default, `response.status` is set to `404` unlike node's `res.statusCode` which defaults to `200`.

### response.status=

Expand Down

0 comments on commit 152b6d7

Please sign in to comment.