We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374bb6a commit d8b31a0Copy full SHA for d8b31a0
crates/codebook/src/dictionaries/repo.rs
@@ -96,8 +96,8 @@ static HUNSPELL_DICTIONARIES: LazyLock<Vec<HunspellRepo>> = LazyLock::new(|| {
96
),
97
HunspellRepo::new(
98
"sv",
99
- "https://raw.githubusercontent.com/titoBouzout/Dictionaries/refs/heads/master/Swedish.aff",
100
- "https://raw.githubusercontent.com/titoBouzout/Dictionaries/refs/heads/master/Swedish.dic",
+ "https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/sv/index.aff",
+ "https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/sv/index.dic",
101
102
]
103
});
0 commit comments