Commit 295d6dc6 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'gottesman.rachelg-master-patch-78531' into 'master'

Fix future tense issues

See merge request gitlab-org/gitlab!48715
parents ca34a87a 0fe2239b
...@@ -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