summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Potapenko <dev.potapy4@hotmail.com>2019-08-28 10:16:25 +0300
committerNikita Potapenko <dev.potapy4@hotmail.com>2019-08-28 10:16:25 +0300
commit005989c2c982e930cae5910a0e6ad8c92e5f00fc (patch)
tree488ada169bad4ecf91605f6caf55ba18de39c53c
parent96f2b646f05a106c97527981b1f7b192c2724846 (diff)
downloadgitlab-ce-005989c2c982e930cae5910a0e6ad8c92e5f00fc.tar.gz
Update user permission name
-rw-r--r--doc/user/project/protected_branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/protected_branches.md b/doc/user/project/protected_branches.md
index 7a79cdbcaee..7d20cafa3a0 100644
--- a/doc/user/project/protected_branches.md
+++ b/doc/user/project/protected_branches.md
@@ -15,7 +15,7 @@ By default, a protected branch does four simple things:
- It prevents its creation, if not already created, from everybody except users
with Maintainer permission.
-- It prevents pushes from everybody except users with Maintainer permission.
+- It prevents pushes from everybody except users with **Allowed** permission.
- It prevents **anyone** from force pushing to the branch.
- It prevents **anyone** from deleting the branch.