mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
Merge pull request #972 from kachick/donw-suggest-multiple-candidates
feat(dict): Add suggestion "done" for the typo "donw"
This commit is contained in:
commit
2b4e02de78
2 changed files with 2 additions and 2 deletions
2
crates/typos-dict/assets/words.csv
vendored
2
crates/typos-dict/assets/words.csv
vendored
|
@ -20605,7 +20605,7 @@ donejuns,dungeons
|
|||
donesticated,domesticated
|
||||
donig,doing
|
||||
donn,done,don
|
||||
donw,down
|
||||
donw,down,done
|
||||
donwgrade,downgrade
|
||||
donwgraded,downgraded
|
||||
donwload,download
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue