From 30625e3bf1fdf693b5d8892d124df3ff42a1474b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 10 Jun 2024 16:47:39 -0500 Subject: [PATCH] fix(dict): Improve spelling suggestions Fixes #1014 --- crates/typos-dict/assets/words.csv | 6 +++--- crates/typos-dict/src/word_codegen.rs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/typos-dict/assets/words.csv b/crates/typos-dict/assets/words.csv index 5f0c2ec..3ba9669 100644 --- a/crates/typos-dict/assets/words.csv +++ b/crates/typos-dict/assets/words.csv @@ -1569,7 +1569,7 @@ adventageous,advantageous adventages,advantages adventagous,advantageous adventagously,advantageously -adventerous,adventures +adventerous,adventurous adventourus,adventurous adventrous,adventurous adventrues,adventures @@ -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 diff --git a/crates/typos-dict/src/word_codegen.rs b/crates/typos-dict/src/word_codegen.rs index 6924f5e..b93b4c0 100644 --- a/crates/typos-dict/src/word_codegen.rs +++ b/crates/typos-dict/src/word_codegen.rs @@ -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"], @@ -214448,7 +214448,7 @@ pub static WORD_ADVE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dic &["advantages"], &["advantageous"], &["advantageously"], - &["adventures"], + &["adventurous"], &["adventurous"], &["adventurous"], &["adventures"],