Skip to content

Commit

Permalink
fixed hackforla#5618 "Westside" code spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin31yu committed Oct 20, 2023
1 parent 47bd033 commit 1ef549b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"language": "en",
// words - list of words to be always considered correct
"words": [
"collabathon"
"Westside",
"collabathon"
],
"ignorePaths": [
"node_modules",
".github"
"node_modules",
".github"
]
}

0 comments on commit 1ef549b

Please sign in to comment.