codespell
1. Install codespell
pip install codespell
2. Download dictionary to a folder, e.g. ~/dictionary.txt
3. Git clone
git clone xxx.git
3. Check docs files spell errors with codespell
$ cd xxx
$ find . -name "*.md" |xargs codespell -D ~/dictionary.txt