Skip to content

Commit 18d6db6

Browse files
Hearenjrodewig
authored andcommitted
[DOCS] Fix a 'value' -> 'values' typo in histogram aggregation docs (#45642)
1 parent c20fdbf commit 18d6db6

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
@@ -142,7 +142,7 @@ the first bucket you'll get will be the one with `100` as its key. This is confu
142142
to get those buckets between `0 - 100`.
143143

144144
With `extended_bounds` setting, you now can "force" the histogram aggregation to start building buckets on a specific
145-
`min` values and also keep on building buckets up to a `max` value (even if there are no documents anymore). Using
145+
`min` value and also keep on building buckets up to a `max` value (even if there are no documents anymore). Using
146146
`extended_bounds` only makes sense when `min_doc_count` is 0 (the empty buckets will never be returned if `min_doc_count`
147147
is greater than 0).
148148

0 commit comments

Comments
 (0)