Fix review comment on 07-module-federation.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2026-01-23 15:53:26 +01:00
parent cf09e3ad42
commit 00638e4145
@@ -144,10 +144,10 @@ const moduleFederationLoader = createFrontendFeatureLoader({
},
]);
const myFirstRemoteModule1 = await moduleFederationInstance.loadRemote<any>(
'myFirstRemoteWith2Exposes/module1',
'myFirstRemoteWith2ExposedModules/module1',
);
const myFirstRemoteModule2 = await moduleFederationInstance.loadRemote<any>(
'myFirstRemoteWith2Exposes/module2',
'myFirstRemoteWith2ExposedModules/module2',
);
const mySecondRemoteModule = await moduleFederationInstance.loadRemote<any>(
'mySecondRemote',