From 0de5b3629277c18017cdff97d193cf6409c51e03 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 18 Jan 2023 08:41:06 +0100 Subject: [PATCH] Fix typo --- website/docs/usage/v3-5.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.