Update rest-response-formatting.md

fix typo
This commit is contained in:
Cang Ta
2014-10-01 11:05:55 +07:00
parent 858ceb5039
commit 2f49da0887

View File

@ -17,7 +17,7 @@ with response formatting:
Yii supports content negotiation via the [[yii\filters\ContentNegotiator]] filter. The RESTful API base
controller class [[yii\rest\Controller]] is equipped with this filter under the name of `contentNegotiator`.
The filer provides response format negotiation as well as language negotiation. For example, if a RESTful
The filter provides response format negotiation as well as language negotiation. For example, if a RESTful
API request contains the following header,
```