Merge branch 'docs-fix-typo' into 'master'

Docs: fixes grammar/typo

See merge request gitlab-org/gitlab-ce!27547
This commit is contained in:
Achilleas Pipinellis 2019-04-22 10:03:44 +00:00
commit c26831f38b
1 changed files with 1 additions and 1 deletions

View File

@ -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.