diff --git a/docs/reference/search/facets/histogram-facet.asciidoc b/docs/reference/search/facets/histogram-facet.asciidoc index a90fd0cf971..97cbbbd73bd 100644 --- a/docs/reference/search/facets/histogram-facet.asciidoc +++ b/docs/reference/search/facets/histogram-facet.asciidoc @@ -25,7 +25,7 @@ interval/bucket (count and total). Here is a simple example: } -------------------------------------------------- -The above example will run a histogram facet on the `field_name` filed, +The above example will run a histogram facet on the `field_name` field, with an `interval` of `100` (so, for example, a value of `1055` will be placed within the `1000` bucket).