From de771a6642093cba6898725680bd2bd4727173fe Mon Sep 17 00:00:00 2001 From: Igal Levy Date: Thu, 27 Mar 2014 15:09:42 -0700 Subject: [PATCH] edits for readability --- docs/content/Indexing-Service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/Indexing-Service.md b/docs/content/Indexing-Service.md index f5d5eebfa5..f7d65d7824 100644 --- a/docs/content/Indexing-Service.md +++ b/docs/content/Indexing-Service.md @@ -39,9 +39,9 @@ Tasks are submitted to the overlord node in the form of JSON objects. Tasks can ``` http://:/druid/indexer/v1/task ``` -this will return you the taskId of the submitted task. +this will return the taskId of the submitted task. -Tasks can cancelled via POST requests to: +Tasks can be cancelled via POST requests to: ``` http://:/druid/indexer/v1/task/{taskId}/shutdown -- GitLab