diff --git a/pages/common/hunspell.md b/pages/common/hunspell.md new file mode 100644 index 000000000..e6d9cec51 --- /dev/null +++ b/pages/common/hunspell.md @@ -0,0 +1,16 @@ +# hunspell + +> Check spelling. +> More information: . + +- 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}}`