diff --git a/docs/reference/aggregations/pipeline/bucket-sort-aggregation.asciidoc b/docs/reference/aggregations/pipeline/bucket-sort-aggregation.asciidoc index 25eb30eb2f142..633175dbf2825 100644 --- a/docs/reference/aggregations/pipeline/bucket-sort-aggregation.asciidoc +++ b/docs/reference/aggregations/pipeline/bucket-sort-aggregation.asciidoc @@ -20,8 +20,8 @@ A `bucket_sort` aggregation looks like this in isolation: { "bucket_sort": { "sort": [ - {"sort_field_1": {"order": "asc"},<1> - {"sort_field_2": {"order": "desc"}, + {"sort_field_1": {"order": "asc"}},<1> + {"sort_field_2": {"order": "desc"}}, "sort_field_3" ], "from": 1,