Skip to content

Commit

Permalink
Merge pull request #972 from kachick/donw-suggest-multiple-candidates
Browse files Browse the repository at this point in the history
feat(dict): Add suggestion "done" for the typo "donw"
  • Loading branch information
epage committed Apr 2, 2024
2 parents 692ac86 + 8cd6d93 commit 2b4e02d
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 @@ -20605,7 +20605,7 @@ donejuns,dungeons
donesticated,domesticated
donig,doing
donn,done,don
donw,down
donw,down,done
donwgrade,downgrade
donwgraded,downgraded
donwload,download
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150236,7 +150236,7 @@ pub static WORD_DON_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["domesticated"],
&["doing"],
&["done", "don"],
&["down"],
&["down", "done"],
&["downgrade"],
&["downgraded"],
&["download"],
Expand Down

0 comments on commit 2b4e02d

Please sign in to comment.