From 4fa8471bbefb9d2aab621bb066eb3b104aab5e11 Mon Sep 17 00:00:00 2001 From: xinconan Date: Wed, 19 Aug 2026 10:48:17 +0800 Subject: [PATCH] docs(website): Fix typo in rspress documentation --- apps/website-new/docs/zh/integrations/documentation/rspress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website-new/docs/zh/integrations/documentation/rspress.mdx b/apps/website-new/docs/zh/integrations/documentation/rspress.mdx index c773d085f0b..4b54e9b518e 100644 --- a/apps/website-new/docs/zh/integrations/documentation/rspress.mdx +++ b/apps/website-new/docs/zh/integrations/documentation/rspress.mdx @@ -75,7 +75,7 @@ Rspress 插件额外配置。 * 类型:`boolean` * 默认值:`true` -Rspress 使用了 `react`、`react-dom`、`@mdx-js/react` 第三方依赖,并且上述三个依赖需要保证单利,因此在构建时会自动注入 `shared` 配置。 +Rspress 使用了 `react`、`react-dom`、`@mdx-js/react` 第三方依赖,并且上述三个依赖需要保证单例,因此在构建时会自动注入 `shared` 配置。 你也可以设置 `autoShared: false` 来禁用此行为。