[DOCS] Fix typo in synonym token filter docs (#48691)

This commit is contained in:
Peter Johnson 2019-10-31 14:11:57 +01:00 committed by James Rodewig
parent 3d5b1725a9
commit 3f7aafa421

View File

@ -34,7 +34,7 @@ The above configures a `synonym` filter, with a path of
`analysis/synonym.txt` (relative to the `config` location). The
`synonym` analyzer is then configured with the filter.
This filter tokenize synonyms with whatever tokenizer and token filters
This filter tokenizes synonyms with whatever tokenizer and token filters
appear before it in the chain.
Additional settings are: