Update rest-quick-start.md: grammar

bad grammar
This commit is contained in:
myqlarson
2014-05-27 21:02:31 +12:00
parent d069adde06
commit d47efdb956

View File

@ -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,
```