[Docs] Fix typo in Min Aggregation reference (#30899)
This commit is contained in:
parent
0ff2c605b6
commit
4777d8a2df
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue