[DOCS] Fix typo in histogram agg docs (#65822) (#65828)

This commit is contained in:
James Rodewig 2020-12-03 10:53:19 -05:00 committed by GitHub
parent 57dca5f44a
commit 873f4995c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ POST /sales/_search?size=0
// TEST[setup:sales]
In this example even though the range specified in the query is up to 500, the histogram will only have 2 buckets starting at 100 and 150.
All other buckets will be omitted even even if documents that should go to this buckets are present in the results.
All other buckets will be omitted even if documents that should go to this buckets are present in the results.
==== Order