summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-30 03:29:45 +0000
committerEvan Read <eread@gitlab.com>2019-08-30 03:29:45 +0000
commit03b152c5b9b24077f3c0b261052c93949127160f (patch)
tree768113a2eed019063b43d8c3b5cac6b81c954702 /doc/topics
parentbfdb41be61a268d52250ded1cc9d1eb15ce3a33a (diff)
downloadgitlab-ce-03b152c5b9b24077f3c0b261052c93949127160f.tar.gz
Fix broken markdown in various docs
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 1432147ca5b..15fdb52ac00 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -726,7 +726,7 @@ instead of the default `ruby:latest`:
NOTE: **Note:**
Passing in complex values (newlines and spaces, for example) will likely
-cause escaping issues due to the way this argument is used in Auto DevOps.
+cause escaping issues due to the way this argument is used in Auto DevOps.
Consider using Base64 encoding of such values to avoid this problem.
CAUTION: **Warning:**