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:
Diffstat (limited to 'tooling/graphql/docs/helper.rb')
-rw-r--r--tooling/graphql/docs/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/graphql/docs/helper.rb b/tooling/graphql/docs/helper.rb
index d90082952fa..d027c5b35db 100644
--- a/tooling/graphql/docs/helper.rb
+++ b/tooling/graphql/docs/helper.rb
@@ -42,7 +42,7 @@ module Tooling
CONNECTION_NOTE = <<~MD
This field returns a [connection](#connections). It accepts the
four standard [pagination arguments](#connection-pagination-arguments):
- `before: String`, `after: String`, `first: Int`, `last: Int`.
+ `before: String`, `after: String`, `first: Int`, and `last: Int`.
MD
# Helper with functions to be used by HAML templates