summaryrefslogtreecommitdiff
path: root/doc/api/project_snippets.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/project_snippets.md
parentcb33279a0f36f2c6a70d5ecf00bbd8749b92c51b (diff)
downloadgitlab-ce-3f36f84c1fb4dd2d444e02e4aeba5e1c65ddfd94.tar.gz
Consistency, spelling and grammar
Diffstat (limited to 'doc/api/project_snippets.md')
-rw-r--r--doc/api/project_snippets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index 47c81b6446c..50e134847c0 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -78,7 +78,7 @@ Parameters:
## Delete snippet
Deletes an existing project snippet. This is an idempotent function and deleting a non-existent
-snippet still returns a `200 Ok` status code.
+snippet still returns a `200 OK` status code.
```
DELETE /projects/:id/snippets/:snippet_id