[DOCS] Fix inline callout in Watcher documentation (#39423)

This commit is contained in:
Lisa Cawley 2019-02-27 09:43:21 -08:00 committed by lcawl
parent 983b5d1c0e
commit 9c8c158f21

View File

@ -25,7 +25,7 @@ than or equal to 25:
"condition": {
"array_compare": {
"ctx.payload.aggregations.top_tweeters.buckets" : { <1>
"path": "doc_count" <2>,
"path": "doc_count", <2>
"gte": { <3>
"value": 25, <4>
}