mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Merge pull request #403 from epage/workers
fix(dict): Workes should also correct to workers
This commit is contained in:
commit
4a3203b6f8
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
|
@ -52316,7 +52316,7 @@ workbneches,workbenches
|
|||
workboos,workbooks
|
||||
workd,worked
|
||||
worke,work,worked,works
|
||||
workes,works
|
||||
workes,works,workers
|
||||
workfore,workforce
|
||||
workfow,workflow
|
||||
workfows,workflows
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -832,7 +832,7 @@ pub static WORD_WORK_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["workbooks"],
|
||||
&["worked"],
|
||||
&["work", "worked", "works"],
|
||||
&["works"],
|
||||
&["works", "workers"],
|
||||
&["workforce"],
|
||||
&["workflow"],
|
||||
&["workflows"],
|
||||
|
|
Loading…
Reference in a new issue