Skip to content

Commit

Permalink
Merge pull request #668 from DamianBarabonkovQC/added-typo
Browse files Browse the repository at this point in the history
Added `grouepd` to the typos dictionary
  • Loading branch information
epage authored Feb 28, 2023
2 parents 069c101 + 6a4e0ea commit 2f6a065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -23191,6 +23191,7 @@ gropus,groups,gropes
groubdbreaking,groundbreaking
groubpy,groupby
groudnbreaking,groundbreaking
grouepd,grouped
groupd,grouped
groupes,groups,grouped
groupped,grouped
Expand Down
2 changes: 2 additions & 0 deletions crates/typos-dict/src/dict_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101273,6 +101273,7 @@ pub static WORD_GRO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("ubdbreaking"),
dictgen::InsensitiveStr::Ascii("ubpy"),
dictgen::InsensitiveStr::Ascii("udnbreaking"),
dictgen::InsensitiveStr::Ascii("uepd"),
dictgen::InsensitiveStr::Ascii("upd"),
dictgen::InsensitiveStr::Ascii("upes"),
dictgen::InsensitiveStr::Ascii("upped"),
Expand All @@ -101294,6 +101295,7 @@ pub static WORD_GRO_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["groupby"],
&["groundbreaking"],
&["grouped"],
&["grouped"],
&["groups", "grouped"],
&["grouped"],
&["grouping"],
Expand Down

0 comments on commit 2f6a065

Please sign in to comment.