summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jlenny@gitlab.com>2019-02-08 07:56:39 +0000
committerJason Lenny <jlenny@gitlab.com>2019-02-08 07:56:39 +0000
commit42c9e39785ab625fef16f2e8b8a897599754d3d8 (patch)
tree0acd293247b0a27664c80d2337a3f27db54f9ae4
parent9b2981fbe6dca481107033d3c5a80569a369fce9 (diff)
downloadgitlab-ce-42c9e39785ab625fef16f2e8b8a897599754d3d8.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 5d1fbe5e3cf..8da357fc242 100644
--- a/doc/ci/merge_request_pipelines/index.md
+++ b/doc/ci/merge_request_pipelines/index.md
@@ -95,7 +95,7 @@ always run. `C` specifies that it should only run for merge requests, so for any
pipeline except a merge request pipeline, it will not run.
As you can see, this will help you avoid a lot of boilerplate where you'd need
-to add that only rule to all of your jobs in order to make them always run. You
+to add that `only:` rule to all of your jobs in order to make them always run. You
can use this for scenarios like having only pipelines with merge requests get a
Review App set up, helping to save resources.