diff options
Diffstat (limited to 'doc/development/api_graphql_styleguide.md')
-rw-r--r-- | doc/development/api_graphql_styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/api_graphql_styleguide.md b/doc/development/api_graphql_styleguide.md index 7fd158aec04..6d224db1a02 100644 --- a/doc/development/api_graphql_styleguide.md +++ b/doc/development/api_graphql_styleguide.md @@ -150,7 +150,7 @@ query($project_path: ID!) { ``` This would return the first 2 pipelines of a project and related -pagination info., ordered by descending ID. The returned data would +pagination information, ordered by descending ID. The returned data would look like this: ```json |