Browse Source

[DOCS] Fix typo in bucket sum aggregation docs (#50431)

Florian Kelbert 5 years ago
parent
commit
0778c34630

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

@@ -1,7 +1,7 @@
 [[search-aggregations-pipeline-sum-bucket-aggregation]]
 === Sum Bucket Aggregation
 
-A sibling pipeline aggregation which calculates the sum across all bucket of a specified metric in a sibling aggregation.
+A sibling pipeline aggregation which calculates the sum across all buckets of a specified metric in a sibling aggregation.
 The specified metric must be numeric and the sibling aggregation must be a multi-bucket aggregation.
 
 ==== Syntax