Skip to content

Commit

Permalink
Merge pull request #3936 from nitroplr/master
Browse files Browse the repository at this point in the history
Typo side_effects.mdx
  • Loading branch information
rrousselGit authored Jan 17, 2025
2 parents 4363770 + 39f2428 commit 3d3e57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/essentials/side_effects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Public methods on this class are accessible to consumers using `ref.read(yourPro

:::note
Notifiers should not have public properties besides the built-in `state`, as the UI
would have no mean to know that state has changed.
would have no means to know that state has changed.
:::

</>
Expand Down Expand Up @@ -237,7 +237,7 @@ Public methods on this class are accessible to consumers using `ref.read(yourPro

:::note
Notifiers should not have public properties besides the built-in `state`, as the UI
would have no mean to know that state has changed.
would have no means to know that state has changed.
:::

</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Public methods on this class are accessible to consumers using `ref.read(yourPro
:::note
<!---
Notifiers should not have public properties besides the built-in `state`, as the UI
would have no mean to know that state has changed.
would have no means to know that state has changed.
-->
除了内置的 `state` 之外,通知者程序不应具有公共属性,因为 UI 无法知道状态已更改。
:::
Expand Down Expand Up @@ -345,7 +345,7 @@ Public methods on this class are accessible to consumers using `ref.read(yourPro
:::note
<!---
Notifiers should not have public properties besides the built-in `state`, as the UI
would have no mean to know that state has changed.
would have no means to know that state has changed.
-->
除了内置的 `state` 之外,通知者程序不应具有公共属性,因为 UI 无法知道状态已更改。
:::
Expand Down

0 comments on commit 3d3e57f

Please sign in to comment.