Skip to content

Commit

Permalink
Update histogram-aggregation.asciidoc (#85356)
Browse files Browse the repository at this point in the history
Fix small grammatical mistake.

Closes #85355
  • Loading branch information
amitmbm committed Mar 28, 2022
1 parent 16850bc commit 16d4d07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ And the following may be the response:
==== Minimum document count

The response above show that no documents has a price that falls within the range of `[100, 150)`. By default the
response will fill gaps in the histogram with empty buckets. It is possible change that and request buckets with
response will fill gaps in the histogram with empty buckets. It is possible to change that and request buckets with
a higher minimum count thanks to the `min_doc_count` setting:

[source,console,id=histogram-aggregation-min-doc-count-example]
Expand Down

0 comments on commit 16d4d07

Please sign in to comment.