cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
501 stars 110 forks source link

Hyphenated words should not count as misspellings #3

Closed dbolton closed 13 years ago

dbolton commented 13 years ago

//hyphenated words should be handled correctly var is_spelled_correctly = dictionary.check("semi-colon") //should be true, but returns false