Skip to content

Commit

Permalink
[Docs] Fix typo in composite aggregation (#28891)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored and Christoph Büscher committed Mar 4, 2018
1 parent c60c699 commit b066463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ and in ascending order when comparing values from the `terms` source.

The `size` parameter can be set to define how many composite buckets should be returned.
Each composite bucket is considered as a single bucket so setting a size of 10 will return the
first 1O composite buckets created from the values source.
first 10 composite buckets created from the values source.
The response contains the values for each composite bucket in an array containing the values extracted
from each value source.

Expand Down

0 comments on commit b066463

Please sign in to comment.