Skip to content

Commit b7827b7

Browse files
authored
Update module-federation.mdx
Fix typo: `boostrap` => `bootstrap`
1 parent 3e4dcec commit b7827b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/module-federation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export function set(value) {
255255
const publicPath = await import('remote/public-path');
256256
publicPath.set('/your-public-path');
257257

258-
//boostrap app e.g. import('./boostrap.js')
258+
//bootstrap app e.g. import('./bootstrap.js')
259259
```
260260

261261
### Infer publicPath from script

0 commit comments

Comments
 (0)