Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix(typo): adjyst typo threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Mar 29, 2019
1 parent 9e917fc commit e22da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/src/mind/application/TypoFinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class TypoFinder {
}

private matches(variants: string[]) {
const TYPO_THRESHOLD = 0.8
const TYPO_THRESHOLD = 0.2

const pairs = variants
.map(variant => ({
Expand Down

0 comments on commit e22da49

Please sign in to comment.