diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index 95a57e92db5..2eadc4f1e33 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -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