Skip to content

Commit da8c554

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

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
@@ -320,7 +320,7 @@ and in ascending order when comparing values from the `terms` source.
320320

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

0 commit comments

Comments
 (0)