Skip to content

Commit 459ec46

Browse files
committed
chore: Add words to spellcheck
1 parent fe1380b commit 459ec46

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.cspell.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
"**/_.gitignore"
1111
],
1212
"words": [
13-
"hashtable"
13+
"behaviour",
14+
"gif",
15+
"hashtable",
16+
"remoting",
17+
"runspace",
18+
"runspaces"
1419
],
1520
"ignoreWords": [
1621
"chsh", // Change shell

src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/_.cspell.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"language": "en",
88
"ignorePaths": [],
99
"words": [
10-
"hashtable"
10+
"behaviour",
11+
"gif",
12+
"hashtable",
13+
"remoting",
14+
"runspace",
15+
"runspaces"
1116
],
1217
"ignoreWords": [
1318
"chsh", // Change shell

0 commit comments

Comments
 (0)