diff --git a/website/docs/essentials/side_effects.mdx b/website/docs/essentials/side_effects.mdx index c6834b230..ad7762570 100644 --- a/website/docs/essentials/side_effects.mdx +++ b/website/docs/essentials/side_effects.mdx @@ -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. ::: @@ -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. ::: diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects.mdx index c311c2c30..b9dfb7cce 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects.mdx +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects.mdx @@ -215,7 +215,7 @@ Public methods on this class are accessible to consumers using `ref.read(yourPro :::note 除了内置的 `state` 之外,通知者程序不应具有公共属性,因为 UI 无法知道状态已更改。 ::: @@ -345,7 +345,7 @@ Public methods on this class are accessible to consumers using `ref.read(yourPro :::note 除了内置的 `state` 之外,通知者程序不应具有公共属性,因为 UI 无法知道状态已更改。 :::