Skip to content

Commit f63fc4f

Browse files
committed
Add a typos.toml
It makes typos ignore two syllabes files, and one non-typo in a file.
1 parent 20bf433 commit f63fc4f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/yew/src/functional/hooks/use_effect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ where
242242
/// fn HelloWorld() -> Html {
243243
/// use_effect_with((), move |_| {
244244
/// || {
245-
/// log!("Noo dont kill me, ahhh!");
245+
/// log!("Nooo dont kill me, ahhh!");
246246
/// }
247247
/// });
248248
///

typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[files]
2+
extend-exclude = ["examples/router/data/syllables.txt", "examples/function_router/data/syllables.txt"]
3+
4+
[default.extend-words]
5+
ba = "ba"

0 commit comments

Comments
 (0)