expr main [(don't wan), (do not wan)]
let message "Use the full verb `want` after negation: `don't want` or `do not want.`"
let description "In English, negation still requires the complete verb form (`want`), so avoid truncating it to `wan.`"
let kind "Typo"
let becomes ["don't want", "do not want"]
test "I don't wan to pay for this." "I don't want to pay for this."
test "Don't Wan that option." "Don't Want that option."
allows "I don't want to leave."