Skip to content

Commit 16d4d07

Browse files
authored
Update histogram-aggregation.asciidoc (#85356)
Fix small grammatical mistake. Closes #85355
1 parent 16850bc commit 16d4d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/histogram-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ And the following may be the response:
8282
==== Minimum document count
8383

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

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

0 commit comments

Comments
 (0)