Selaa lähdekoodia

[Docs] Fix typo in Min Aggregation reference (#30899)

Christoph Büscher 7 vuotta sitten
vanhempi
commit
4777d8a2df
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/reference/aggregations/metrics/min-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/metrics/min-aggregation.asciidoc

@@ -46,7 +46,7 @@ response.
 
 ==== Script
 
-The `min` aggregation can also calculate the maximum of a script. The example
+The `min` aggregation can also calculate the minimum of a script. The example
 below computes the minimum price:
 
 [source,js]