fix grammatical error

This commit is contained in:
Dhaval Mehta 2020-02-09 18:11:53 +05:30
parent ac145a48a4
commit 1baeb24f8a

View File

@ -239,7 +239,7 @@ Tags can be used for logical grouping `View`s. Each tag name in the list MUST be
POST, GET(List): | /users/ | [users]
Example 2: Consider a restaurant management system. The System has restaurants. Each restaurant has branches.
Consider a REST APIs to deal with a branch of a particular restaurant.
Consider REST APIs to deal with a branch of a particular restaurant.
Http Method | Path | Tags
-------------------------------------|----------------------------------------------------|-------------------