Просмотр исходного кода

[docs] Remove extra "s" at buckets_path snippet

Closes #19907
Thomas Decaux 9 лет назад
Родитель
Сommit
bf2e5cb988

+ 1 - 1
docs/reference/aggregations/pipeline/stats-bucket-aggregation.asciidoc

@@ -50,7 +50,7 @@ The following snippet calculates the sum of all the total monthly `sales` bucket
         },
         "stats_monthly_sales": {
             "stats_bucket": {
-                "buckets_paths": "sales_per_month>sales" <1>
+                "buckets_path": "sales_per_month>sales" <1>
             }
         }
     }