summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-30 11:32:12 +0000
committerRémy Coutable <remy@rymai.me>2018-01-30 11:32:12 +0000
commit2d48109469c404b66d4e547c37023a330b81b38a (patch)
tree4ffeff73ca8ee67a2361d2df1e45f6e26164cde9
parent51c8d5b2f3517e37b5313fc7f57436c2f6da5e4b (diff)
parent1d246b1bc3755ff09f2117dcef54e572e8facde9 (diff)
downloadgitlab-ce-2d48109469c404b66d4e547c37023a330b81b38a.tar.gz
Merge branch 'patch-28' into 'master'
Update index.md See merge request gitlab-org/gitlab-ce!16733
-rw-r--r--doc/user/project/repository/branches/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/branches/index.md b/doc/user/project/repository/branches/index.md
index 26c55891b3c..9d16a4c74f2 100644
--- a/doc/user/project/repository/branches/index.md
+++ b/doc/user/project/repository/branches/index.md
@@ -18,7 +18,7 @@ When you create a new [project](../../index.md), GitLab sets `master` as the def
branch for your project. You can choose another branch to be your project's
default under your project's **Settings > General**.
-The default branch is the branched affected by the
+The default branch is the branch affected by the
[issue closing pattern](../../issues/automatic_issue_closing.md),
which means that _an issue will be closed when a merge request is merged to
the **default branch**_.