From 16d4d07ed592e73793d3581d9f506d9391966d8b Mon Sep 17 00:00:00 2001 From: Elasticsearch addict Date: Tue, 29 Mar 2022 00:56:52 +0530 Subject: [PATCH] Update histogram-aggregation.asciidoc (#85356) Fix small grammatical mistake. Closes #85355 --- .../aggregations/bucket/histogram-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc b/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc index db397ead3e22d..c3a4ae62daa59 100644 --- a/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/histogram-aggregation.asciidoc @@ -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]