Commit 78001851 by Paul Klimov

Merge pull request #4140 from jcvalerio/patch-1

Remove double "the"
parents b72749a4 6a169b78
...@@ -15,7 +15,7 @@ with response formatting: ...@@ -15,7 +15,7 @@ with response formatting:
## Content Negotiation <a name="content-negotiation"></a> ## Content Negotiation <a name="content-negotiation"></a>
Yii supports content negotiation via the [[yii\filters\ContentNegotiator]] filter. The the RESTful API base 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`. 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 filer provides response format negotiation as well as language negotiation. For example, if a RESTful
API request contains the following header, API request contains the following header,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment