Skip to content

Commit

Permalink
chore: Add words to spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Apr 9, 2024
1 parent fe1380b commit 459ec46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"**/_.gitignore"
],
"words": [
"hashtable"
"behaviour",
"gif",
"hashtable",
"remoting",
"runspace",
"runspaces"
],
"ignoreWords": [
"chsh", // Change shell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
"language": "en",
"ignorePaths": [],
"words": [
"hashtable"
"behaviour",
"gif",
"hashtable",
"remoting",
"runspace",
"runspaces"
],
"ignoreWords": [
"chsh", // Change shell
Expand Down

0 comments on commit 459ec46

Please sign in to comment.