Fixing common spelling errors with misspell I’ve been writing a lot of documentation recently, so I’ve been looking at ways of detecting spelling mistakes.
The main spelling tool you’ll find is Aspell, and it works fine.
With a little bit of shell scripting, you can generally point it at some text and it’ll find mispellings: find ./content/source/ -maxdepth 5 -name "*.md" -exec aspell -x -c {} \;
You’ll see something like this: