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/system_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/system_hooks.md') 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 -- cgit v1.2.1