diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index afd578e26210c5ee475b08665a741a73ac6bd2f9..830f015a1081e8f22841cc60cba5c387d582d4f9 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.