瀏覽代碼

update pipeline.asciidoc

typo
Elvis Saravia 5 年之前
父節點
當前提交
520da54e63
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/pipeline.asciidoc

+ 1 - 1
docs/reference/aggregations/pipeline.asciidoc

@@ -187,7 +187,7 @@ POST /_search
 <1> By using `_count` instead of a metric name, we can calculate the derivative of document counts in the histogram
 
 The `buckets_path` can also use `"_bucket_count"` and path to a multi-bucket aggregation to use the number of buckets
-returned by that aggregation in the pipeline aggregation instead of a metric. for example a `bucket_selector` can be
+returned by that aggregation in the pipeline aggregation instead of a metric. For example, a `bucket_selector` can be
 used here to filter out buckets which contain no buckets for an inner terms aggregation:
 
 [source,console,id=buckets-path-bucket-count-example]