Remove Comma in Example (#41873)

The comma is there in error as there are no other parameter after 'value'
This commit is contained in:
jalvar08 2019-06-07 08:17:36 -04:00 committed by James Rodewig
parent 45bbd7f7f1
commit b77be89c9a
1 changed files with 1 additions and 1 deletions

View File

@ -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>
}
}
}