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:
authorAchilleas Pipinellis <axil@gitlab.com>2017-10-23 17:09:14 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-10-23 17:09:14 +0300
commita9e4fd01d75043b6d8cd711984e3d1e04954db3a (patch)
treef6b2f97be46a0719e2c398df69d89024ba6a0142
parent8854cd3e3b7679c0ab81d2273d352feabacbf3f0 (diff)
parentc626fa257adc05c416f387a906f76f7bb7bf0438 (diff)
Merge branch 'docs-fix-delete-merged-branches-typo' into 'master'
Fix a small typo in the delete merged branches documentation See merge request gitlab-org/gitlab-ce!15003
-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 e1d3aebb8b3..26c55891b3c 100644
--- a/doc/user/project/repository/branches/index.md
+++ b/doc/user/project/repository/branches/index.md
@@ -37,7 +37,7 @@ This feature allows merged branches to be deleted in bulk. Only branches that
have been merged and [are not protected][protected] will be deleted as part of
this operation.
-It's particularly useful to clean up old branches that were not deleting
+It's particularly useful to clean up old branches that were not deleted
automatically when a merge request was merged.
[ce-6449]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6449 "Add button to delete all merged branches"