mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -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
|
grat,great
|
||||||
gratefull,grateful
|
gratefull,grateful
|
||||||
gratful,grateful
|
gratful,grateful
|
||||||
grather
|
grather,greater,gather
|
||||||
gratificacion,gratification
|
gratificacion,gratification
|
||||||
gratificaiton,gratification
|
gratificaiton,gratification
|
||||||
gratituous,gratuitous
|
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: &[
|
values: &[
|
||||||
&["grateful"],
|
&["grateful"],
|
||||||
&["grateful"],
|
&["grateful"],
|
||||||
&[],
|
&["greater", "gather"],
|
||||||
&["gratification"],
|
&["gratification"],
|
||||||
&["gratification"],
|
&["gratification"],
|
||||||
&["gratuitous"],
|
&["gratuitous"],
|
||||||
|
|
Loading…
Reference in a new issue