Skip to content

Commit 6578cd2

Browse files
thetstevepiercy
andauthored
Update docs/classic-ui/module-federation.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent a2f09be commit 6578cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/module-federation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ However, if multiple bundles have the same dependencies they are loaded only onc
2222
For example, if bundle A and B both depend on jQuery and bundle A has already loaded it, bundle B can just reuse the already loaded jQuery file.
2323
But if only bundle B is loaded, it uses its own bundled version of the jQuery library.
2424

25-
There is a host bundle - in the fictional example above our bundle "A".
25+
There is a host bundle, as in the fictional example above, our bundle A.
2626
In Plone the host bundle is the main mockup bundle.
2727
Addons can add bundles called "remotes" which are initialized for module federation by the host bundle.
2828

0 commit comments

Comments
 (0)