瀏覽代碼

Merge branch 'master' of https://github.com/DioxusLabs/dioxus into rusty-mousedata

Reinis Mazeiks 3 年之前
父節點
當前提交
90cb221b82
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/hooks/src/useref.rs

+ 1 - 1
packages/hooks/src/useref.rs

@@ -24,7 +24,7 @@ use std::{
 /// val.write().insert(1, "hello".to_string());
 /// ```
 ///
-/// You can avoid this defualt behavior with `write_silent`
+/// You can avoid this default behavior with `write_silent`
 ///
 /// ```
 /// // with `write_silent`, the component will not be re-rendered