From 417412c75adf411720d4c9a27ac905bc9891847d Mon Sep 17 00:00:00 2001 From: Dima <36787146+dimaaan21@users.noreply.github.com> Date: Tue, 28 Jun 2022 03:32:41 +0300 Subject: [PATCH] docs(concepts): fix typo in module-federation.mdx (#6242) Fix typo: `boostrap` => `bootstrap` --- src/content/concepts/module-federation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/concepts/module-federation.mdx b/src/content/concepts/module-federation.mdx index 4cc671c697de..642ed50cc50a 100644 --- a/src/content/concepts/module-federation.mdx +++ b/src/content/concepts/module-federation.mdx @@ -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