[docs] Remove extra "s" at buckets_path snippet

Closes #19907
This commit is contained in:
Thomas Decaux 2016-08-10 14:53:07 +02:00 committed by Nik Everett
parent cefc346d37
commit bf2e5cb988
1 changed files with 1 additions and 1 deletions

View File

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