Skip to content

Commit

Permalink
Merge pull request hapijs#1394 from rahulroy9202/master
Browse files Browse the repository at this point in the history
minor documentation spelling error
  • Loading branch information
Eran Hammer committed Feb 6, 2014
2 parents 52c4054 + ba228ed commit a9ca84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ var handler = function (request, reply) {
## Response object

Every response includes the following properties:
- `statusCode` - the HTTP response statuc code. Defaults to `200` (except for errors).
- `statusCode` - the HTTP response status code. Defaults to `200` (except for errors).
- `headers` - an object containing the response headers where each key is a header field name. Note that this is an incomplete list of
headers to be included with the response. Additional headers will be added once the response is prepare for transmission (e.g. 'Location',
'Cache-Control').
Expand Down

0 comments on commit a9ca84e

Please sign in to comment.