Update spellcheck.sh

This commit is contained in:
nιcнolaѕ wιlde
2022-07-20 06:18:46 -07:00
committed by GitHub
parent 53a8a3eec2
commit 3d268a2d6b

View File

@ -6,4 +6,4 @@ shopt -s dotglob nullglob
a=$(git rev-parse --show-toplevel)
cd "${a}"
spellchecker -d dictionary.txt -f {"./cook/**/*.cook","./docs/**/*.md"}
npx spellchecker -d dictionary.txt -f {"./cook/**/*.cook","./docs/**/*.md"}