Skip to content

Commit

Permalink
Merge pull request #1032 from epage/opts
Browse files Browse the repository at this point in the history
fix(dict): Improve spelling suggestions
  • Loading branch information
epage committed Jun 10, 2024
2 parents 668a700 + 30625e3 commit b9ca296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ adventageous,advantageous
adventages,advantages
adventagous,advantageous
adventagously,advantageously
adventerous,adventures
adventerous,adventurous
adventourus,adventurous
adventrous,adventurous
adventrues,adventures
Expand Down Expand Up @@ -36194,8 +36194,8 @@ manifestas,manifests
manifestating,manifestation
manifestato,manifesto
manifestes,manifests
manifestion,manifesto
manifestior,manifesto
manifestion,manifestation
manifestior,manifestation
manifestons,manifests
manifestors,manifests
manifestus,manifests
Expand Down
6 changes: 3 additions & 3 deletions crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99001,8 +99001,8 @@ pub static WORD_MANI_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
&["manifestation"],
&["manifesto"],
&["manifests"],
&["manifesto"],
&["manifesto"],
&["manifestation"],
&["manifestation"],
&["manifests"],
&["manifests"],
&["manifests"],
Expand Down Expand Up @@ -214448,7 +214448,7 @@ pub static WORD_ADVE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic
&["advantages"],
&["advantageous"],
&["advantageously"],
&["adventures"],
&["adventurous"],
&["adventurous"],
&["adventurous"],
&["adventures"],
Expand Down

0 comments on commit b9ca296

Please sign in to comment.