summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYogesh Mangaj <yogesh.mangaj@gmail.com>2018-11-21 09:48:28 +0000
committerYogesh Mangaj <yogesh.mangaj@gmail.com>2018-11-21 09:48:28 +0000
commitea69266f5638a19d920cc4f5b1de161e00203db1 (patch)
treef6972f47d3bf947795d5694cd3ebf27cfcd0c35a
parent3d4ef136dacc1a7d09b6f159424b5bf06c719800 (diff)
downloadgitlab-ce-ea69266f5638a19d920cc4f5b1de161e00203db1.tar.gz
Fix typo in Merge request description
-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: