Commit 0fe2239b authored by Rachel Gottesman's avatar Rachel Gottesman

Fix future tense issues

parent 6c4f3e6b
...@@ -67,7 +67,7 @@ Example response: ...@@ -67,7 +67,7 @@ Example response:
] ]
``` ```
By default, the `GET` request will return 20 results, since the API is [paginated](README.md#pagination). By default, the `GET` request returns 20 results, since the API is [paginated](README.md#pagination).
### Within a group ### Within a group
...@@ -157,7 +157,7 @@ Example response: ...@@ -157,7 +157,7 @@ Example response:
] ]
``` ```
By default, the `GET` request will return 20 results, since the API is [paginated](README.md#pagination). By default, the `GET` request returns 20 results, since the API is [paginated](README.md#pagination).
The `_links` object contains the following properties: The `_links` object contains the following properties:
...@@ -314,7 +314,7 @@ Example response: ...@@ -314,7 +314,7 @@ Example response:
] ]
``` ```
By default, the `GET` request will return 20 results, since the API is [paginated](README.md#pagination). By default, the `GET` request returns 20 results, since the API is [paginated](README.md#pagination).
## Delete a project package ## Delete a project package
......
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