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:
Ed Page 2024-09-03 15:42:31 -05:00 committed by GitHub
commit 39f678e520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -130399,7 +130399,7 @@ pub static WORD_GRAT_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
values: &[
&["grateful"],
&["grateful"],
&[],
&["greater", "gather"],
&["gratification"],
&["gratification"],
&["gratuitous"],