We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bf433 commit f63fc4fCopy full SHA for f63fc4f
2 files changed
packages/yew/src/functional/hooks/use_effect.rs
@@ -242,7 +242,7 @@ where
242
/// fn HelloWorld() -> Html {
243
/// use_effect_with((), move |_| {
244
/// || {
245
-/// log!("Noo dont kill me, ahhh!");
+/// log!("Nooo dont kill me, ahhh!");
246
/// }
247
/// });
248
///
typos.toml
@@ -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