Fixes #6889 doc fix [skip ci]

This commit is contained in:
Qiang Xue
2015-01-17 19:12:48 -05:00
parent 7031020c63
commit 96c4ec88ca

View File

@ -87,7 +87,7 @@ class Response extends \yii\base\Response
* - [[FORMAT_RAW]]: the data will be treated as the response content without any conversion.
* No extra HTTP header will be added.
* - [[FORMAT_HTML]]: the data will be treated as the response content without any conversion.
* The "Content-Type" header will set as "text/html" if it is not set previously.
* The "Content-Type" header will set as "text/html".
* - [[FORMAT_JSON]]: the data will be converted into JSON format, and the "Content-Type"
* header will be set as "application/json".
* - [[FORMAT_JSONP]]: the data will be converted into JSONP format, and the "Content-Type"