Commit d47efdb9 by myqlarson

Update rest-quick-start.md: grammar

bad grammar
parent d069adde
......@@ -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,
```
......
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