Browse Source

Update bucket.asciidoc

ericamick 9 years ago
parent
commit
069eb72604
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/bucket.asciidoc

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

@@ -5,7 +5,7 @@ Bucket aggregations don't calculate metrics over fields like the metrics aggrega
 buckets of documents. Each bucket is associated with a criterion (depending on the aggregation type) which determines
 whether or not a document in the current context "falls" into it. In other words, the buckets effectively define document
 sets. In addition to the buckets themselves, the `bucket` aggregations also compute and return the number of documents
-that "fell in" to each bucket.
+that "fell into" each bucket.
 
 Bucket aggregations, as opposed to `metrics` aggregations, can hold sub-aggregations. These sub-aggregations will be
 aggregated for the buckets created by their "parent" bucket aggregation.