diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-23 14:09:14 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-10-23 14:09:14 +0000 |
commit | a9e4fd01d75043b6d8cd711984e3d1e04954db3a (patch) | |
tree | f6b2f97be46a0719e2c398df69d89024ba6a0142 /doc | |
parent | 8854cd3e3b7679c0ab81d2273d352feabacbf3f0 (diff) | |
parent | c626fa257adc05c416f387a906f76f7bb7bf0438 (diff) | |
download | gitlab-ce-a9e4fd01d75043b6d8cd711984e3d1e04954db3a.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/repository/branches/index.md | 2 |
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" |