mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
Update rest-quick-start.md: grammar
bad grammar
This commit is contained in:
@ -75,7 +75,7 @@ for accessing the user data. The APIs you have created include:
|
||||
* `OPTIONS /users`: show the supported verbs regarding endpoint `/users`;
|
||||
* `OPTIONS /users/123`: show the supported verbs regarding endpoint `/users/123`.
|
||||
|
||||
Note that Yii automatically pluralizes controller IDs for them to use in endpoints.
|
||||
Note that Yii automatically pluralizes controller names for use in endpoints.
|
||||
You may access your APIs with the `curl` command like the following,
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user