Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Lenny <jlenny@gitlab.com>2019-02-11 11:08:23 +0300
committerJason Lenny <jlenny@gitlab.com>2019-02-11 11:08:23 +0300
commit71597f9baa4ad409d361677df51a5372589dbf97 (patch)
tree596bf77560e37bdc1b1b343e1f1463cc40242874 /doc/ci/merge_request_pipelines
parentba1b2ab9d9dd15eb8d04c1bdeed9a68989551a3e (diff)
Apply suggestion to doc/ci/merge_request_pipelines/index.md
Diffstat (limited to 'doc/ci/merge_request_pipelines')
-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.