Skip to content

Commit

Permalink
correct the option key
Browse files Browse the repository at this point in the history
documentation fix
'statusCodes' instead of 'codes'
  • Loading branch information
mouyang committed Jan 16, 2014
1 parent 84eb46d commit 0536e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeResponse.php
Expand Up @@ -379,7 +379,7 @@ class CakeResponse {
*
* @param array $options list of parameters to setup the response. Possible values are:
* - body: the response text that should be sent to the client
* - codes: additional allowable response codes
* - statusCodes: additional allowable response codes
* - status: the HTTP status code to respond with
* - type: a complete mime-type string or an extension mapped in this class
* - charset: the charset for the response body
Expand Down

0 comments on commit 0536e05

Please sign in to comment.