From 5e6460acb3025c806f52a0a93d8e3045fd15ed0f Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Fri, 30 Nov 2018 12:53:04 +0100 Subject: [PATCH] [TEST] fix typo in get-watch documentation --- docs/java-rest/high-level/watcher/get-watch.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/java-rest/high-level/watcher/get-watch.asciidoc b/docs/java-rest/high-level/watcher/get-watch.asciidoc index c4773d70ad7..7321a66eeaa 100644 --- a/docs/java-rest/high-level/watcher/get-watch.asciidoc +++ b/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[] \ No newline at end of file