Skip to content

Commit

Permalink
fix(dict): Add suggestions for the typo "grather"
Browse files Browse the repository at this point in the history
"greater" and "gather" will be the candidates
  • Loading branch information
kachick committed Sep 1, 2024
1 parent 9ad6f5c commit 786c825
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 786c825

Please sign in to comment.