Skip to content

Commit ee40317

Browse files
ericyangpanclaude
andcommitted
fix(cspell): correct Russian dictionary path case
- Update ru_RU.trie.gz to ru_ru.trie.gz for proper file reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 54d985a commit ee40317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"name": "ru",
29-
"path": "node_modules/@cspell/dict-ru_ru/ru_RU.trie.gz",
29+
"path": "node_modules/@cspell/dict-ru_ru/ru_ru.trie.gz",
3030
"description": "Russian dictionary"
3131
}
3232
],

0 commit comments

Comments
 (0)