Skip to content

Commit 0951b95

Browse files
colmosecolings86
authored andcommitted
fix no=>not typo (elastic#32463)
Found a tiny typo while reading the docs
1 parent 3aebef0 commit 0951b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/terms-aggregation.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ GET /_search
653653
// CONSOLE
654654

655655
In the above example, buckets will be created for all the tags that has the word `sport` in them, except those starting
656-
with `water_` (so the tag `water_sports` will no be aggregated). The `include` regular expression will determine what
656+
with `water_` (so the tag `water_sports` will not be aggregated). The `include` regular expression will determine what
657657
values are "allowed" to be aggregated, while the `exclude` determines the values that should not be aggregated. When
658658
both are defined, the `exclude` has precedence, meaning, the `include` is evaluated first and only then the `exclude`.
659659

0 commit comments

Comments
 (0)