fix spellcheck
This commit is contained in:
parent
9c2026e868
commit
5f10b5ebc5
2 changed files with 6 additions and 1 deletions
|
@ -55,3 +55,8 @@ til
|
|||
A.L.I.C.E
|
||||
ethernet
|
||||
everyones
|
||||
_path
|
||||
screenfetch
|
||||
img
|
||||
header.jpg
|
||||
desktop.txt
|
||||
|
|
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ lint:
|
|||
|
||||
spellcheck:
|
||||
$(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
|
||||
|
|
Reference in a new issue