Skip to content

Commit

Permalink
Merge pull request #403 from epage/workers
Browse files Browse the repository at this point in the history
fix(dict): Workes should also correct to workers
  • Loading branch information
epage authored Jan 21, 2022
2 parents ac83c55 + 5598b5b commit 4a3203b
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 @@ -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
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 @@ -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"],
Expand Down

0 comments on commit 4a3203b

Please sign in to comment.