Skip to content

Commit

Permalink
Merge pull request #1093 from kachick/grather-suggest-candidates
Browse files Browse the repository at this point in the history
fix(dict): Add suggestions "greater" and "gather" for the typo "grather"
  • Loading branch information
epage authored Sep 3, 2024
2 parents bb6905f + 786c825 commit 39f678e
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 @@ -28800,7 +28800,7 @@ grassrooters,grassroots
grat,great
gratefull,grateful
gratful,grateful
grather
grather,greater,gather
gratificacion,gratification
gratificaiton,gratification
gratituous,gratuitous
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 @@ -130399,7 +130399,7 @@ pub static WORD_GRAT_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
values: &[
&["grateful"],
&["grateful"],
&[],
&["greater", "gather"],
&["gratification"],
&["gratification"],
&["gratuitous"],
Expand Down

0 comments on commit 39f678e

Please sign in to comment.