summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jlenny@gitlab.com>2019-02-08 07:55:41 +0000
committerJason Lenny <jlenny@gitlab.com>2019-02-08 07:55:41 +0000
commit43b6968250dd7d6ffce0c035eeeee1a630c0e17c (patch)
tree60e692a1ed353354ff69d29f9be73358e4004c1a
parent701e285e993fc47593ab62c9ceedc463a6a52455 (diff)
downloadgitlab-ce-43b6968250dd7d6ffce0c035eeeee1a630c0e17c.tar.gz
Apply suggestion to doc/ci/merge_request_pipelines/index.md
-rw-r--r--doc/ci/merge_request_pipelines/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md
index 6d3483fffdd..e48951cb298 100644
--- a/doc/ci/merge_request_pipelines/index.md
+++ b/doc/ci/merge_request_pipelines/index.md
@@ -63,7 +63,7 @@ that rule are run in the context of a merge request; no other jobs will be run.
This behavior may not be intuitive when you want all of your jobs to run _except_
for one or two. Consider the following pipeline, with jobs A B and C. If you want
-all pipelines to always run A and B, but only want C to run for a merge request,
+all pipelines to always run `A` and `B`, but only want `C` to run for a merge request,
you can configure your `.gitlab-ci.yml` file as follows:
``` yaml