summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jlenny@gitlab.com>2019-02-11 08:08:23 +0000
committerJason Lenny <jlenny@gitlab.com>2019-02-11 08:08:23 +0000
commit71597f9baa4ad409d361677df51a5372589dbf97 (patch)
tree596bf77560e37bdc1b1b343e1f1463cc40242874
parentba1b2ab9d9dd15eb8d04c1bdeed9a68989551a3e (diff)
downloadgitlab-ce-57287-documentation-for-handling-more-complex-only-merge_requests-scenarios-is-sparse.tar.gz
Apply suggestion to doc/ci/merge_request_pipelines/index.md57287-documentation-for-handling-more-complex-only-merge_requests-scenarios-is-sparse
-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 f24c5ad40a9..465ecedff32 100644
--- a/doc/ci/merge_request_pipelines/index.md
+++ b/doc/ci/merge_request_pipelines/index.md
@@ -90,7 +90,7 @@ C:
- merge_requests
```
-Since A and B are getting the `only:` rule to execute in all cases, they will
+Since `A` and `B` are getting the `only:` rule to execute in all cases, they will
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.