Skip to content

Commit cccb731

Browse files
committed
fuzzysort 2.0 removes options.allowTypo
1 parent b3513bb commit cccb731

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fuzzysort-options.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
export default {
55
threshold: -Infinity, // Don't return matches worse than this (higher is faster)
66
limit: 7, // Don't return more results than this (lower is faster)
7-
allowTypo: true, // Allwos a snigle transpoes (false is faster)
87
key: "name", // For when targets are objects (see its example usage)
98
keys: ["name"], // For when targets are objects (see its example usage)
109
scoreFn: null, // For use with `keys` (see its example usage)

0 commit comments

Comments
 (0)