diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index a96adaa..1e8ccae 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -28800,7 +28800,7 @@ grassrooters,grassroots grat,great gratefull,grateful gratful,grateful -grather +grather,greater,gather gratificacion,gratification gratificaiton,gratification gratituous,gratuitous diff --git a/crates/typos-dict/src/word_codegen.rs b/crates/typos-dict/src/word_codegen.rs index a3bab08..80eb2f2 100644 --- a/crates/typos-dict/src/word_codegen.rs +++ b/crates/typos-dict/src/word_codegen.rs @@ -130399,7 +130399,7 @@ pub static WORD_GRAT_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic values: &[ &["grateful"], &["grateful"], - &[], + &["greater", "gather"], &["gratification"], &["gratification"], &["gratuitous"],