Skip to content

Commit 520da54

Browse files
authored
update pipeline.asciidoc
typo
1 parent 85e5812 commit 520da54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/pipeline.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ POST /_search
187187
<1> By using `_count` instead of a metric name, we can calculate the derivative of document counts in the histogram
188188

189189
The `buckets_path` can also use `"_bucket_count"` and path to a multi-bucket aggregation to use the number of buckets
190-
returned by that aggregation in the pipeline aggregation instead of a metric. for example a `bucket_selector` can be
190+
returned by that aggregation in the pipeline aggregation instead of a metric. For example, a `bucket_selector` can be
191191
used here to filter out buckets which contain no buckets for an inner terms aggregation:
192192

193193
[source,console,id=buckets-path-bucket-count-example]

0 commit comments

Comments
 (0)