diff options
Diffstat (limited to 'doc/development/graphql_guide/pagination.md')
-rw-r--r-- | doc/development/graphql_guide/pagination.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/graphql_guide/pagination.md b/doc/development/graphql_guide/pagination.md index 7b9d2158c60..a7cbed218fd 100644 --- a/doc/development/graphql_guide/pagination.md +++ b/doc/development/graphql_guide/pagination.md @@ -20,7 +20,7 @@ See the [general pagination guidelines section](../database/pagination_guideline This is the traditional, page-by-page pagination, that is most common, and used across much of GitLab. You can recognize it by -a list of page numbers near the bottom of a page, which, when clicked, +a list of page numbers near the bottom of a page, which, when selected, take you to that page of results. For example, when you select **Page 100**, we send `100` to the |