Skip to content

Commit

Permalink
Merge pull request #332 from scop/surrouned-surrounded
Browse files Browse the repository at this point in the history
feat(dict): suggest `surrounded` for `surrouned` too
  • Loading branch information
epage authored Aug 30, 2021
2 parents ce6b9b9 + 4fcd7ba commit ebb6615
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 ebb6615

Please sign in to comment.