From 8dcd63a156dec0f799842eec5b2de81ae28848ba Mon Sep 17 00:00:00 2001 From: Alex <7845120+newAM@users.noreply.github.com> Date: Mon, 26 Oct 2020 04:14:46 -0700 Subject: [PATCH] hunspell: add page (#4842) --- pages/common/hunspell.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/hunspell.md 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}}`