[DOCS] Fix typo

This commit is contained in:
James Rodewig 2021-02-03 10:45:16 -05:00
parent 4d18334442
commit d5d8be9bff

View file

@ -35,7 +35,7 @@ filters during <<analysis-index-search-time,index and search analysis>>.
Algorithmic stemmers apply a series of rules to each word to reduce it to its
root form. For example, an algorithmic stemmer for English may remove the `-s`
and `-es` prefixes from the end of plural words.
and `-es` suffixes from the end of plural words.
Algorithmic stemmers have a few advantages: