From 5bab6ba5f064de5d23e25498aceeee44a0c06f6e Mon Sep 17 00:00:00 2001 From: nitroplr <48568777+nitroplr@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:51:50 -0600 Subject: [PATCH 1/2] Typo side_effects.mdx Mean --> means --- website/docs/essentials/side_effects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ::: From 39f2428b7eeefe0a12188dbbc3e2ca60215fb8b9 Mon Sep 17 00:00:00 2001 From: nitroplr <48568777+nitroplr@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:15:38 -0600 Subject: [PATCH 2/2] Typo side_effects.mdx --- .../current/essentials/side_effects.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 无法知道状态已更改。 :::