From c4c8c46f57220c0af5443fa09ebace95f61755e4 Mon Sep 17 00:00:00 2001 From: Dima Smirnov Date: Wed, 1 Jan 2025 02:58:24 +0300 Subject: [PATCH] =?UTF-8?q?fix(typo)=20"Code=20sharing=E3=80=81Dependency?= =?UTF-8?q?=20reuse"=20to=20"Code=20sharing,=20Dependency=20reuse"=20(#339?= =?UTF-8?q?4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zack Jackson <25274700+ScriptedAlchemy@users.noreply.github.com> --- apps/website-new/docs/en/guide/start/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website-new/docs/en/guide/start/index.mdx b/apps/website-new/docs/en/guide/start/index.mdx index 6c5d57e230b..377406e9dd8 100644 --- a/apps/website-new/docs/en/guide/start/index.mdx +++ b/apps/website-new/docs/en/guide/start/index.mdx @@ -17,7 +17,7 @@ Module Federation is an architectural pattern for the decentralization of JavaSc Module Federation has the following features: -- ⚡ Code sharing、Dependency reuse +- ⚡ Code sharing, Dependency reuse - 📝 Manifest - 🎨 [Module Federation Runtime](../basic/runtime.mdx) - 🧩 [Runtime Plugins System](../../plugin/dev/index.mdx)