Browse Source

[Docs] Fix typo in start-watch-service.asciidoc (#57182)

Samidh 5 years ago
parent
commit
199ecbbf77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/java-rest/high-level/watcher/start-watch-service.asciidoc

+ 1 - 1
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"]