Skip to content

Commit 7426b2f

Browse files
Copilotfi3ework
andcommitted
Fix subject-verb agreement errors in module federation documentation
Co-authored-by: fi3ework <[email protected]>
1 parent 291e053 commit 7426b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/en/guide/advanced/module-federation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ Then run the `dev` command can start the Module Federation development mode, ena
181181
First, set up Storybook with the Rslib project. You can refer to the [Storybook chapter](/guide/advanced/storybook) to learn how to do this. In this chapter, we will use React as the framework for our example.
182182

183183
1. Install the following Storybook addons to let Storybook work with Rslib Module Federation:
184-
- [storybook-addon-rslib](https://www.npmjs.com/package/storybook-addon-rslib): Storybook addon that let Storybook to load the Rslib config.
185-
- [@module-federation/storybook-addon](https://www.npmjs.com/package/@module-federation/rsbuild-plugin): Storybook addon that set up the Module Federation config for Storybook.
184+
- [storybook-addon-rslib](https://www.npmjs.com/package/storybook-addon-rslib): Storybook addon that lets Storybook load the Rslib config.
185+
- [@module-federation/storybook-addon](https://www.npmjs.com/package/@module-federation/rsbuild-plugin): Storybook addon that sets up the Module Federation config for Storybook.
186186

187187
<PackageManagerTabs command="add storybook-addon-rslib @module-federation/storybook-addon -D" />
188188

0 commit comments

Comments
 (0)