diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 24618fc..edf7919 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -19769,7 +19769,7 @@ existantial,existential existatus,exitstatus existencd,existence existencial,existential -existend,existed +existend,existed,existent existenial,existential existense,existence existensial,existential diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 5a66d91..6f37187 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -112618,7 +112618,7 @@ pub static WORD_EXI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict &["exitstatus"], &["existence"], &["existential"], - &["existed"], + &["existed", "existent"], &["existential"], &["existence"], &["existential"],