mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
7af5597b0f
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
312 B
312 B
hunspell
Check spelling. More information: https://manned.org/hunspell.
- Check the spelling of a file:
hunspell {{path/to/file}}
- Check the spelling of a file with the en_US dictionary:
hunspell -d {{en_US}} {{path/to/file}}
- List misspelled words in a file:
hunspell -l {{path/to/file}}