diff --git a/docs/reference/search/aggregations/metrics/min-aggregation.asciidoc b/docs/reference/search/aggregations/metrics/min-aggregation.asciidoc index a7f974a7d3b..57dbceaa585 100644 --- a/docs/reference/search/aggregations/metrics/min-aggregation.asciidoc +++ b/docs/reference/search/aggregations/metrics/min-aggregation.asciidoc @@ -29,7 +29,7 @@ Response: } -------------------------------------------------- -As can be seen, the name of the aggregation (`min_price` above) also serves as the key by which the aggreagtion result can be retrieved from the returned response. +As can be seen, the name of the aggregation (`min_price` above) also serves as the key by which the aggregation result can be retrieved from the returned response. ==== Script @@ -64,4 +64,4 @@ Let's say that the prices of the documents in our index are in USD, but we would } } } --------------------------------------------------- \ No newline at end of file +--------------------------------------------------