diff --git a/docs/reference/search/aggregations/bucket/range-aggregation.asciidoc b/docs/reference/search/aggregations/bucket/range-aggregation.asciidoc index 86cd9f049a9..723e904c228 100644 --- a/docs/reference/search/aggregations/bucket/range-aggregation.asciidoc +++ b/docs/reference/search/aggregations/bucket/range-aggregation.asciidoc @@ -55,7 +55,7 @@ Response: ==== Keyed Response -Setting the `key` flag to `true` will associate a unique string key with each bucket and return the ranges as a hash rather than an array: +Setting the `keyed` flag to `true` will associate a unique string key with each bucket and return the ranges as a hash rather than an array: [source,js] -------------------------------------------------- @@ -272,4 +272,4 @@ If a sub aggregation is also based on the same value source as the range aggrega } -------------------------------------------------- -<1> We don't need to specify the `price` as we "inherit" it by default from the parent `range` aggregation \ No newline at end of file +<1> We don't need to specify the `price` as we "inherit" it by default from the parent `range` aggregation