summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 09:54:52 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 09:54:52 +0000
commit481644ca7c9f763d4646ad557cc3bcf8f4f71816 (patch)
tree55dd0d14a3684725a06e1440f3eaeea182d77b3c
parenta382ad99efd4c792f70705d386b2be688b667f24 (diff)
parent1c728ddbce1b3e459e9c9332cf8753699955db43 (diff)
downloadgitlab-ce-481644ca7c9f763d4646ad557cc3bcf8f4f71816.tar.gz
Merge branch 'patch-1' into 'master'
[ci skip] Fixed minor typo in workflow documentation This change is self-explanatory. See merge request !2503
-rw-r--r--doc/workflow/protected_branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/workflow/protected_branches.md b/doc/workflow/protected_branches.md
index 0adf9f8e3e8..fdf9a8d391c 100644
--- a/doc/workflow/protected_branches.md
+++ b/doc/workflow/protected_branches.md
@@ -1,6 +1,6 @@
# Protected branches
-Permission in GitLab are fundamentally defined around the idea of having read or write permission to the repository and branches.
+Permissions in GitLab are fundamentally defined around the idea of having read or write permission to the repository and branches.
To prevent people from messing with history or pushing code without review, we've created protected branches.