mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #1093 from kachick/grather-suggest-candidates
fix(dict): Add suggestions "greater" and "gather" for the typo "grather"
This commit is contained in:
commit
39f678e520
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
|
@ -28800,7 +28800,7 @@ grassrooters,grassroots
|
|||
grat,great
|
||||
gratefull,grateful
|
||||
gratful,grateful
|
||||
grather
|
||||
grather,greater,gather
|
||||
gratificacion,gratification
|
||||
gratificaiton,gratification
|
||||
gratituous,gratuitous
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -130399,7 +130399,7 @@ pub static WORD_GRAT_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
values: &[
|
||||
&["grateful"],
|
||||
&["grateful"],
|
||||
&[],
|
||||
&["greater", "gather"],
|
||||
&["gratification"],
|
||||
&["gratification"],
|
||||
&["gratuitous"],
|
||||
|
|
Loading…
Reference in a new issue