From 199ecbbf77073da8e78f82b586e5f2424975a23a Mon Sep 17 00:00:00 2001 From: Samidh Date: Wed, 27 May 2020 09:48:59 -0400 Subject: [PATCH] [Docs] Fix typo in start-watch-service.asciidoc (#57182) --- docs/java-rest/high-level/watcher/start-watch-service.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java-rest/high-level/watcher/start-watch-service.asciidoc b/docs/java-rest/high-level/watcher/start-watch-service.asciidoc index 6557b7a46de56..02b439e0c6afd 100644 --- a/docs/java-rest/high-level/watcher/start-watch-service.asciidoc +++ b/docs/java-rest/high-level/watcher/start-watch-service.asciidoc @@ -22,7 +22,7 @@ include-tagged::{doc-tests-file}[{api}-request] [id="{upid}-{api}-response"] ==== Response -The returned `AcknowledgeResponse` contains a value on whether or not the request +The returned `AcknowledgedResponse` contains a value on whether or not the request was received: ["source","java",subs="attributes,callouts,macros"]