Skip to content

Commit

Permalink
docs(concepts): fix typo in module-federation.mdx (#6242)
Browse files Browse the repository at this point in the history
Fix typo: `boostrap` => `bootstrap`
  • Loading branch information
dimaaan21 authored Jun 28, 2022
1 parent 089cfa2 commit 417412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/concepts/module-federation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export function set(value) {
const publicPath = await import('remote/public-path');
publicPath.set('/your-public-path');

//boostrap app e.g. import('./boostrap.js')
//bootstrap app e.g. import('./bootstrap.js')
```

### Infer publicPath from script
Expand Down

1 comment on commit 417412c

@vercel
Copy link

@vercel vercel bot commented on 417412c Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.