diff --git a/website/docs/usage/v3-5.mdx b/website/docs/usage/v3-5.mdx index de614e942..9372438a2 100644 --- a/website/docs/usage/v3-5.mdx +++ b/website/docs/usage/v3-5.mdx @@ -86,7 +86,7 @@ Note that `FUZZY` uses Levenshtein edit distance rather than Damerau-Levenshtein edit distance, so a transposition like `teh` for `the` counts as two edits, one insertion and one deletion. -If you'd prefer an alternate fuzzy matching algorithm, you can provide your onw +If you'd prefer an alternate fuzzy matching algorithm, you can provide your own custom method to the `Matcher` or as a config option for an entity ruler and span ruler.