Skip to content

Commit b393ac3

Browse files
committed
fix spell rule
1 parent 83e5c92 commit b393ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ help: ## this help
88

99
# pip install codespell
1010
spell: ## spellcheck
11-
@codespell --write-changes --skip "*.pdf" .
11+
@codespell --write-changes --skip "*.pdf" --skip "*.json"
1212

1313
prep-html-files: ## prepare html-files
1414
echo book-front.html > chapters-html.txt

0 commit comments

Comments
 (0)