summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Galt <alex@centromere.net>2016-01-19 16:07:46 +0000
committerJohn Galt <alex@centromere.net>2016-01-19 16:07:46 +0000
commit1c728ddbce1b3e459e9c9332cf8753699955db43 (patch)
tree7b39f36a2a9f2ff8b0f7d1b89c905805b6bcfb0b
parentdec341ca39b25554fa8b6602e848081b968a3049 (diff)
downloadgitlab-ce-1c728ddbce1b3e459e9c9332cf8753699955db43.tar.gz
Fixed typo
-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.