Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-30 06:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-30 06:09:25 +0300
commitb8b87d2fe960f97d31de083be0cbbc8f9e2ca30e (patch)
treea370311e64e2da9cd0a8f2324a90f836e99bddd9 /doc/api/packages.md
parent792a681317246c686a56bb5aa0091f54b36fd768 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index d8ef1394847..a52487e35a3 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -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
@@ -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:
@@ -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