Fix grammatical error in analysis.asciidoc (#40827)

This commit is contained in:
Taylor Scott 2019-04-04 08:30:37 -07:00 committed by Christoph Büscher
parent a042b22d24
commit 38f4dda2be
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ The `nGram` and `edgeNGram` token filter names have been deprecated in an earlie
Indexes created using these token filters will still be readable in elasticsearch 7.0 but indexing
documents using those filter names will issue a deprecation warning. Using the deprecated names on
new indices starting with version 7.0.0 will be prohibited and throw an error when indexing
or analyzing documents. Both names should be replaces by `ngram` or `edge_ngram` respectively.
or analyzing documents. Both names should be replaced by `ngram` or `edge_ngram` respectively.