1
Fork 0

fix spellcheck

This commit is contained in:
Jake Howard 2016-08-28 10:38:14 +01:00
parent 9c2026e868
commit 5f10b5ebc5
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 6 additions and 1 deletions

View file

@ -55,3 +55,8 @@ til
A.L.I.C.E A.L.I.C.E
ethernet ethernet
everyones everyones
_path
screenfetch
img
header.jpg
desktop.txt

View file

@ -57,7 +57,7 @@ lint:
spellcheck: spellcheck:
$(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.* $(NODE_BIN)/mdspell --en-gb -ranx theme/templates/**/*.* theme/templates/*.*
$(NODE_BIN)/mdspell --en-gb -ranx content/**/*.* content/*.* $(NODE_BIN)/mdspell --en-gb -ranx content/**/*.md content/*.md content/**/*.html content/*.html
upload: build upload: build