Skip to content

Commit

Permalink
feat(dict): Suggest surrounded for surrouned too
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 29, 2021
1 parent ce6b9b9 commit 4fcd7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46606,7 +46606,7 @@ surroundign,surroundings
surroundigs,surrounds
surroundins,surrounds
surroundngs,surrounds
surrouned,surround
surrouned,surround,surrounded
surrouns,surrounds
surrrounded,surrounded
surrundering,surrendering
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20000,7 +20000,7 @@ pub static WORD_SURR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
&["surrounds"],
&["surrounds"],
&["surrounds"],
&["surround"],
&["surround", "surrounded"],
&["surrounds"],
&["surrounded"],
&["surrendering"],
Expand Down

0 comments on commit 4fcd7ba

Please sign in to comment.