harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
10
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."