From 3f36f84c1fb4dd2d444e02e4aeba5e1c65ddfd94 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 15 Aug 2014 15:03:01 +0100 Subject: Consistency, spelling and grammar --- doc/api/project_snippets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/project_snippets.md') 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 -- cgit v1.2.1