docs: fix notification word error (#48100)

Signed-off-by: 社长长 <ischenkan@outlook.com>
This commit is contained in:
社长长 2024-03-26 22:32:59 +08:00 committed by GitHub
parent c79b75f5b6
commit 7ec9e688db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
## zh-CN
通过 `notification.useNotification` 创建支持读取 context 的 `contextHolder`。请注意,我们推荐通过顶层注册的方式代替 `message` 静态方法,因为静态方法无法消费上下文,因而 ConfigProvider 的数据也不会生效。
通过 `notification.useNotification` 创建支持读取 context 的 `contextHolder`。请注意,我们推荐通过顶层注册的方式代替 `notification` 静态方法,因为静态方法无法消费上下文,因而 ConfigProvider 的数据也不会生效。
## en-US