mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-13 02:01:37 -05:00
Merge pull request #332 from scop/surrouned-surrounded
feat(dict): suggest `surrounded` for `surrouned` too
This commit is contained in:
commit
ebb66158df
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
|
@ -46606,7 +46606,7 @@ surroundign,surroundings
|
|||
surroundigs,surrounds
|
||||
surroundins,surrounds
|
||||
surroundngs,surrounds
|
||||
surrouned,surround
|
||||
surrouned,surround,surrounded
|
||||
surrouns,surrounds
|
||||
surrrounded,surrounded
|
||||
surrundering,surrendering
|
||||
|
|
Can't render this file because it is too large.
|
|
@ -20000,7 +20000,7 @@ pub static WORD_SURR_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
|
|||
&["surrounds"],
|
||||
&["surrounds"],
|
||||
&["surrounds"],
|
||||
&["surround"],
|
||||
&["surround", "surrounded"],
|
||||
&["surrounds"],
|
||||
&["surrounded"],
|
||||
&["surrendering"],
|
||||
|
|
Loading…
Reference in a new issue