Browse Source

[TEST] fix typo in get-watch documentation

Jim Ferenczi 6 years ago
parent
commit
5e6460acb3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/java-rest/high-level/watcher/get-watch.asciidoc

+ 3 - 3
docs/java-rest/high-level/watcher/get-watch.asciidoc

@@ -29,8 +29,8 @@ include-tagged::{doc-tests-file}[{api}-response]
 --------------------------------------------------
 <1> `_id`, id of the watch
 <2> `found` is a boolean indicating whether the watch was found
-<2> `_version` returns the version of the watch
-<3> `status` contains status of the watch
-<4> `source` the source of the watch
+<3> `_version` returns the version of the watch
+<4> `status` contains status of the watch
+<5> `source` the source of the watch
 
 include::../execution.asciidoc[]