Skip to content

Commit b066463

Browse files
timroesChristoph Büscher
authored andcommitted
[Docs] Fix typo in composite aggregation (#28891)
1 parent c60c699 commit b066463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/composite-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ and in ascending order when comparing values from the `terms` source.
352352

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

0 commit comments

Comments
 (0)