diff --git a/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc b/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc index 5dc1b80d4adda..4cc532c99c5d2 100644 --- a/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc +++ b/docs/reference/aggregations/pipeline/bucket-selector-aggregation.asciidoc @@ -41,7 +41,7 @@ for more details) |Required | details)|Optional |`skip` |=== -The following snippet only retains buckets where the total sales for the month is more than 400: +The following snippet only retains buckets where the total sales for the month is more than 200: [source,js] --------------------------------------------------