From 00638e4145b223a10b228043e2fe57d86f22fc12 Mon Sep 17 00:00:00 2001 From: David Festal Date: Fri, 23 Jan 2026 15:53:26 +0100 Subject: [PATCH] Fix review comment on `07-module-federation.md` Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: David Festal --- docs/frontend-system/building-apps/07-module-federation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/frontend-system/building-apps/07-module-federation.md b/docs/frontend-system/building-apps/07-module-federation.md index 8b11e6c245..bb88275a91 100644 --- a/docs/frontend-system/building-apps/07-module-federation.md +++ b/docs/frontend-system/building-apps/07-module-federation.md @@ -144,10 +144,10 @@ const moduleFederationLoader = createFrontendFeatureLoader({ }, ]); const myFirstRemoteModule1 = await moduleFederationInstance.loadRemote( - 'myFirstRemoteWith2Exposes/module1', + 'myFirstRemoteWith2ExposedModules/module1', ); const myFirstRemoteModule2 = await moduleFederationInstance.loadRemote( - 'myFirstRemoteWith2Exposes/module2', + 'myFirstRemoteWith2ExposedModules/module2', ); const mySecondRemoteModule = await moduleFederationInstance.loadRemote( 'mySecondRemote',