From b77be89c9a7483ec993b0ad98521814e019b3c95 Mon Sep 17 00:00:00 2001 From: jalvar08 Date: Fri, 7 Jun 2019 08:17:36 -0400 Subject: [PATCH] Remove Comma in Example (#41873) The comma is there in error as there are no other parameter after 'value' --- x-pack/docs/en/watcher/condition/array-compare.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/docs/en/watcher/condition/array-compare.asciidoc b/x-pack/docs/en/watcher/condition/array-compare.asciidoc index 0a7966f0b6f..e82eaf53840 100644 --- a/x-pack/docs/en/watcher/condition/array-compare.asciidoc +++ b/x-pack/docs/en/watcher/condition/array-compare.asciidoc @@ -27,7 +27,7 @@ than or equal to 25: "ctx.payload.aggregations.top_tweeters.buckets" : { <1> "path": "doc_count", <2> "gte": { <3> - "value": 25, <4> + "value": 25 <4> } } }