summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-21 14:27:04 +0000
committerStan Hu <stanhu@gmail.com>2018-11-21 14:27:04 +0000
commit5ba820adb495e57dc04ae3c140b033bffa451ce4 (patch)
tree4849c19bc7456034b7968f486e77fb731b4ff460
parentb34eba17f7528cf88d2ccd567247e51fd2fee2bb (diff)
parentea69266f5638a19d920cc4f5b1de161e00203db1 (diff)
downloadgitlab-ce-5ba820adb495e57dc04ae3c140b033bffa451ce4.tar.gz
Merge branch 'patch-32' into 'master'
Documentation: Fix typo in Merge request description See merge request gitlab-org/gitlab-ce!23266
-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 a0e7c1c99d5..5b54b6ecdd5 100644
--- a/doc/user/project/merge_requests/index.md
+++ b/doc/user/project/merge_requests/index.md
@@ -9,7 +9,7 @@ collaborate with other people on the same project.
A Merge Request (**MR**) is the basis of GitLab as a code collaboration
and version control platform.
-Is it simple as the name implies: a _request_ to _merge_ one branch into another.
+It is as simple as the name implies: a _request_ to _merge_ one branch into another.
With GitLab merge requests, you can: