Skip to content

Commit e639347

Browse files
authored
fix: Update dictionaries (#4519)
1 parent 79d63d2 commit e639347

File tree

3 files changed

+47
-46
lines changed

3 files changed

+47
-46
lines changed

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ overrides:
5454
ignoreWords:
5555
- colour
5656
- canot
57+
- incase
5758
- filename: '**/*.test.*'
5859
dictionaries:
5960
- lorem-ipsum

package-lock.json

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4227,7 +4227,7 @@
42274227
"dependencies": {
42284228
"@cspell/cspell-bundled-dicts": "^9.0.2",
42294229
"@cspell/cspell-types": "^9.0.2",
4230-
"@cspell/dict-cspell-bundle": "^2.0.3",
4230+
"@cspell/dict-cspell-bundle": "^2.0.7",
42314231
"cspell": "^9.0.2",
42324232
"regexp-worker": "^3.0.0"
42334233
},

0 commit comments

Comments
 (0)