From 18c2c0007b3a7df376c239d42575c3c65932ead0 Mon Sep 17 00:00:00 2001 From: Samidh Date: Tue, 26 May 2020 17:59:20 -0400 Subject: [PATCH] Fix typo in returned response --- 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"]