Skip to content

Commit d67a1b4

Browse files
committed
[DOCS] Correct stemmer token filters anchor
1 parent f08b3c9 commit d67a1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/analysis/stemming.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ example, `jumping` and `jumpiness` can both be stemmed to `jumpi`. While `jumpi`
1616
isn't a real English word, it doesn't matter for search; if all variants of a
1717
word are reduced to the same root form, they will match correctly.
1818

19-
[[temmer-token-filters]]
19+
[[stemmer-token-filters]]
2020
==== Stemmer token filters
2121

2222
In {es}, stemming is handled by stemmer <<analyzer-anatomy-token-filters,token

0 commit comments

Comments
 (0)