Skip to content

Commit

Permalink
package.json: rename cSpell:ignore entry tag to "spelling" (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jun 5, 2023
1 parent a22ce6d commit 4a67c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest",
"update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@latest"
},
"cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ",
"spelling": "cSpell:ignore docsy hugo fortawesome fontawesome userguide ",
"prettier": {
"proseWrap": "always"
},
Expand Down

0 comments on commit 4a67c2c

Please sign in to comment.