summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-09-27 06:56:51 +0000
committerFabio Busatto <fabio@gitlab.com>2017-09-27 06:56:51 +0000
commitb6916e6524d215e676d13b9efa2d88ce7973010f (patch)
tree8fed5d570d9bca2dda9aedc3f7043d9bdab84e92
parentb959f2424ba1540bcc44e116aa484b8ad4ff6457 (diff)
downloadgitlab-ce-docs-using-reserved-keywords-in-gitlab-ci-yml.tar.gz
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 7a6379c93bd..38bd0450a09 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1572,8 +1572,8 @@ You can find the link under `/ci/lint` of your gitlab instance.
## Using reserved keywords
-If you get validation error when using specific values (e.g.: `true` or `false`),
-try to quote them, or change them to a different form (e.g.: `/bin/true`).
+If you get validation error when using specific values (e.g., `true` or `false`),
+try to quote them, or change them to a different form (e.g., `/bin/true`).
## Skipping jobs