summaryrefslogtreecommitdiff
path: root/doc/api/branches.md
diff options
context:
space:
mode:
authorJames Brooks <james@bluebaytravel.co.uk>2014-08-15 15:03:01 +0100
committerJames Brooks <james@bluebaytravel.co.uk>2014-08-15 15:03:01 +0100
commit3f36f84c1fb4dd2d444e02e4aeba5e1c65ddfd94 (patch)
treeacf89dc5e1ea2494803ef6cac26cd74fdbf04801 /doc/api/branches.md
parentcb33279a0f36f2c6a70d5ecf00bbd8749b92c51b (diff)
downloadgitlab-ce-3f36f84c1fb4dd2d444e02e4aeba5e1c65ddfd94.tar.gz
Consistency, spelling and grammar
Diffstat (limited to 'doc/api/branches.md')
-rw-r--r--doc/api/branches.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/branches.md b/doc/api/branches.md
index 090287133ce..763dea6cfb5 100644
--- a/doc/api/branches.md
+++ b/doc/api/branches.md
@@ -85,7 +85,7 @@ Parameters:
## Protect repository branch
Protects a single project repository branch. This is an idempotent function, protecting an already
-protected repository branch still returns a `200 Ok` status code.
+protected repository branch still returns a `200 OK` status code.
```
PUT /projects/:id/repository/branches/:branch/protect
@@ -126,7 +126,7 @@ Parameters:
## Unprotect repository branch
Unprotects a single project repository branch. This is an idempotent function, unprotecting an already
-unprotected repository branch still returns a `200 Ok` status code.
+unprotected repository branch still returns a `200 OK` status code.
```
PUT /projects/:id/repository/branches/:branch/unprotect