Browse Source

[DOCS] Fix typo

James Rodewig 4 years ago
parent
commit
d5d8be9bff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/analysis/stemming.asciidoc

+ 1 - 1
docs/reference/analysis/stemming.asciidoc

@@ -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: