瀏覽代碼

[docs] Remove extra "s" at buckets_path snippet

Closes #19907
Thomas Decaux 9 年之前
父節點
當前提交
bf2e5cb988
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/pipeline/stats-bucket-aggregation.asciidoc

+ 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>
             }
         }
     }