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

This commit is contained in:
Christoph Büscher 2018-05-31 15:05:03 +02:00 committed by GitHub
parent 0ff2c605b6
commit 4777d8a2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]