Skip to content

Commit

Permalink
Merge pull request #990 from epage/auto
Browse files Browse the repository at this point in the history
fix(dict): Allow automations
  • Loading branch information
epage committed Apr 9, 2024
2 parents 0019ccb + 27a8403 commit ca5136a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions crates/typos-dict/assets/allowed.csv
Expand Up @@ -35,3 +35,4 @@ dur,abbreviation for duration
ang,abbreviation for angle
lst,abbreviation for list especially when list is a built-in like Python
ans,abbreviation for answer
automations,while automation is uncountable there are cases where automations works like with iPhone automations
1 change: 0 additions & 1 deletion crates/typos-dict/assets/words.csv
Expand Up @@ -6008,7 +6008,6 @@ automaticly,automatically
automatico,automation
automatied,automate
automatiek,automate
automations,automation
automato,automation
automatonic,automation
automatron,automation
Expand Down
2 changes: 0 additions & 2 deletions crates/typos-dict/src/word_codegen.rs
Expand Up @@ -199516,7 +199516,6 @@ pub static WORD_AUTOM_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
dictgen::InsensitiveStr::Ascii("atico"),
dictgen::InsensitiveStr::Ascii("atied"),
dictgen::InsensitiveStr::Ascii("atiek"),
dictgen::InsensitiveStr::Ascii("ations"),
dictgen::InsensitiveStr::Ascii("ato"),
dictgen::InsensitiveStr::Ascii("atonic"),
dictgen::InsensitiveStr::Ascii("atron"),
Expand Down Expand Up @@ -199576,7 +199575,6 @@ pub static WORD_AUTOM_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
&["automation"],
&["automation"],
&["automation"],
&["automation"],
&["automate"],
&["automatically"],
&["automatic"],
Expand Down

0 comments on commit ca5136a

Please sign in to comment.