Browse Source

[DOCS] Fix typo (#73137) (#73150)

Co-authored-by: Ernesto Reig <ernesto.reig@gmail.com>
James Rodewig 4 years ago
parent
commit
d9b39d377e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      x-pack/docs/en/rest-api/watcher/get-watch.asciidoc

+ 1 - 1
x-pack/docs/en/rest-api/watcher/get-watch.asciidoc

@@ -43,7 +43,7 @@ this API. For more information, see
 [[watcher-api-get-watch-example]]
 ==== {api-examples-title}
 
-The following example gets a watch with `my-watch` id:
+The following example gets a watch with `my_watch` id:
 
 [source,console]
 --------------------------------------------------