diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index f843b7e..8fe85de 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -48554,7 +48554,7 @@ thist,this thisy,this thiunk,think thius,this -thje,the,their +thje,the thjese,these thme,them thn,then diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 1a69fde..8b43f8e 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -15697,7 +15697,7 @@ pub static WORD_THJ_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict dictgen::InsensitiveStr::Ascii("e"), dictgen::InsensitiveStr::Ascii("ese"), ], - values: &[&["the", "their"], &["these"]], + values: &[&["the"], &["these"]], range: 1..=3, };