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:
authorMarcia Ramos <marcia@gitlab.com>2019-04-22 13:03:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-04-22 13:03:43 +0300
commit4a51cc54def92644dcc2c28042b3037fd22bd7bb (patch)
treeee066d953382dac90ad3fa2fb9d105b6d6f68a76 /doc/ci/variables/README.md
parent98f898d3cdcc79daad91c538551760295c0123e4 (diff)
Docs: fixes grammar/typo
Diffstat (limited to 'doc/ci/variables/README.md')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index afd578e2621..830f015a108 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -142,7 +142,7 @@ By default, variables will be created as masked variables.
This means that the value of the variable will be hidden in job logs,
though it must match certain requirements to do so:
-- The value must be a single line.
+- The value must be in a single line.
- The value must not have escape characters.
- The value must not use variables.
- The value must not have any whitespace.