Skip to content

Commit af8bed1

Browse files
Florian Kelbertjrodewig
Florian Kelbert
authored andcommitted
[DOCS] Fix typo in bucket sum aggregation docs (#50431)
1 parent 5bb668b commit af8bed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[search-aggregations-pipeline-sum-bucket-aggregation]]
22
=== Sum Bucket Aggregation
33

4-
A sibling pipeline aggregation which calculates the sum across all bucket of a specified metric in a sibling aggregation.
4+
A sibling pipeline aggregation which calculates the sum across all buckets of a specified metric in a sibling aggregation.
55
The specified metric must be numeric and the sibling aggregation must be a multi-bucket aggregation.
66

77
==== Syntax

0 commit comments

Comments
 (0)