Browse Source

Update histogram-aggregation.asciidoc (#85356)

Fix small grammatical mistake.

Closes #85355
Elasticsearch addict 3 years ago
parent
commit
7b2511e22b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/bucket/histogram-aggregation.asciidoc

+ 1 - 1
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]