fix(dict): Add suggestions for the typo "grather"

"greater" and "gather" will be the candidates
This commit is contained in:
Kenichi Kamiya 2024-09-01 18:05:55 +09:00
parent 9ad6f5c054
commit 786c825f17
No known key found for this signature in database
GPG key ID: 9BE4016A38165CCB
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"],