Commit b752d6ea by Qiang Xue

syntax fix [skip ci]

parent f92eacd7
......@@ -62,7 +62,7 @@ can be accessed and manipulated with pretty URLs and meaningful HTTP verbs.
## Enabling JSON Input <a name="enabling-json-input"></a>
To let the API accepting input data in JSON format, configure the [[yii\web\Request::$parsers|parsers]] property of
To let the API accept input data in JSON format, configure the [[yii\web\Request::$parsers|parsers]] property of
the `request` application component to use the [[yii\web\JsonParser]] for JSON input:
```php
......
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