summaryrefslogtreecommitdiff
path: root/doc/api/system_hooks.md
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-15 17:09:52 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-08-15 17:09:52 +0200
commit6fffc2073684685a39b8d47b3449311a186621d5 (patch)
treeacf89dc5e1ea2494803ef6cac26cd74fdbf04801 /doc/api/system_hooks.md
parentcb33279a0f36f2c6a70d5ecf00bbd8749b92c51b (diff)
parent3f36f84c1fb4dd2d444e02e4aeba5e1c65ddfd94 (diff)
downloadgitlab-ce-6fffc2073684685a39b8d47b3449311a186621d5.tar.gz
Merge pull request #7511 from jbrooksuk/api-docs
Consistency, spelling and grammar
Diffstat (limited to 'doc/api/system_hooks.md')
-rw-r--r--doc/api/system_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/system_hooks.md b/doc/api/system_hooks.md
index 6483a73c7ec..f9637d8a6c4 100644
--- a/doc/api/system_hooks.md
+++ b/doc/api/system_hooks.md
@@ -59,7 +59,7 @@ Parameters:
## Delete system hook
-Deletes a system hook. This is an idempotent API function and returns `200 Ok` even if the hook is not available. If the hook is deleted it is also returned as JSON.
+Deletes a system hook. This is an idempotent API function and returns `200 OK` even if the hook is not available. If the hook is deleted it is also returned as JSON.
```
DELETE /hooks/:id