Skip to content

Commit ffbd25c

Browse files
committed
docs: typo
1 parent 0ba50db commit ffbd25c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website-new/docs/en/guide/start/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is an example of creating an rsbuild consumer project:
143143
144144
#### Replace provider
145145
146-
The default consumer project created will consume a published provider. If you want to replace the provider, you need to modify the `remotes` configuration in `module-federation.config.js`.
146+
The default consumer project created will consume a published provider. If you want to replace the provider, you need to modify the `remotes` configuration in `module-federation.config.ts`.
147147
148148
```diff title="module-federation.config.ts"
149149
import { createModuleFederationConfig } from '@module-federation/rsbuild-plugin';

apps/website-new/docs/zh/guide/start/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Templates:
142142
143143
#### 替换生产者
144144
145-
默认创建的消费者项目会消费一个已发布的生产者,如果你想替换生产者,需要在 `module-federation.config.js` 中修改 `remotes` 配置。
145+
默认创建的消费者项目会消费一个已发布的生产者,如果你想替换生产者,需要在 `module-federation.config.ts` 中修改 `remotes` 配置。
146146
147147
```diff title="module-federation.config.ts"
148148
import { createModuleFederationConfig } from '@module-federation/rsbuild-plugin';

0 commit comments

Comments
 (0)