summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-12-07 19:17:47 +0900
committerShinya Maeda <shinya@gitlab.com>2018-12-07 19:17:47 +0900
commit4e87bc0c1e071a009cbf4b8e53cf278a0abb6365 (patch)
treee0f6957185705dc3d79e3e57561ac49c8b16d85a
parent4b2875a000342da7ea5b4f174bb6104aaf72f3fc (diff)
downloadgitlab-ce-4e87bc0c1e071a009cbf4b8e53cf278a0abb6365.tar.gz
Improve wording in mr index.md
-rw-r--r--doc/user/project/merge_requests/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md
index 878ab51005e..4bbe9be9a52 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -263,7 +263,7 @@ all your changes will be available to preview by anyone with the Review Apps lin
When a developer updates a merge request, a pipeline should quickly report back
its result to the developer, but often pipelines take long time to complete
-because general branch pipelines contain unrelated jobs to the merge request.
+because general branch pipelines contain unnecessary jobs from the merge request standpoint.
You can customize a specific pipeline structure for merge requests in order to
speed the cycle up by running only important jobs.