diff options
Diffstat (limited to 'doc/api/project_snippets.md')
-rw-r--r-- | doc/api/project_snippets.md | 2 |
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 |