diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 848722b8d..0b06f526d 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -46606,7 +46606,7 @@ surroundign,surroundings surroundigs,surrounds surroundins,surrounds surroundngs,surrounds -surrouned,surround +surrouned,surround,surrounded surrouns,surrounds surrrounded,surrounded surrundering,surrendering diff --git a/crates/typos-dict/src/dict_codegen.rs b/crates/typos-dict/src/dict_codegen.rs index 5c9847cb8..daebc72e4 100644 --- a/crates/typos-dict/src/dict_codegen.rs +++ b/crates/typos-dict/src/dict_codegen.rs @@ -20000,7 +20000,7 @@ pub static WORD_SURR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic &["surrounds"], &["surrounds"], &["surrounds"], - &["surround"], + &["surround", "surrounded"], &["surrounds"], &["surrounded"], &["surrendering"],