Skip to content

Commit 394edf4

Browse files
fix: cspell
1 parent 65a35c1 commit 394edf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Install cspell
3131
run: npm install -g cspell
3232
- name: Run cspell on markdown files
33-
run: npx cspell --locale en-US --show-suggestions --ignoreWords .spelling "**/*.md"
33+
run: npx cspell --locale en-US --show-suggestions "**/*.md"

0 commit comments

Comments
 (0)