diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-04-22 10:03:43 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-04-22 10:03:43 +0000 |
commit | 4a51cc54def92644dcc2c28042b3037fd22bd7bb (patch) | |
tree | ee066d953382dac90ad3fa2fb9d105b6d6f68a76 /doc | |
parent | 98f898d3cdcc79daad91c538551760295c0123e4 (diff) | |
download | gitlab-ce-4a51cc54def92644dcc2c28042b3037fd22bd7bb.tar.gz |
Docs: fixes grammar/typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/variables/README.md | 2 |
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. |