Open benrugg opened 1 year ago
.tv
const suggestion = emailSpellChecker.run({ email: 'anything@anything.tv' }) suggestion.full == 'anything@anything.tk'
const suggestion = emailSpellChecker.run({ email: 'anything@anything.tv' }) suggestion == null
False positive: anything@anything.tv suggests anything@anything.tk
.tv
are used by many media companies and startups. Not sure about exact numbers, but I've seen several articles over the years about the financial boon that .tv domain registration fees have been for the island of Tuvalu.Current Behavior
Expected Behavior
Steps to Reproduce the Problem