Skip to content

Commit aeedd85

Browse files
authored
Apply suggestions from code review
1 parent 5c2fd09 commit aeedd85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/classic-ui/module-federation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ Below this line add the following:
7878
);
7979
```
8080

81-
Replace the name `myaddon` with your addon bundle's name (any unique name will do...),
82-
replace the filename `myaddon-remote.min.js` with the file name you want to use for your remote bundle,
83-
and replace `myaddon.min` with the corresponding key in `config.entry` that points to your `index.js`.
81+
Replace the name `myaddon` with your add-on bundle's unique name.
82+
Replace the filename `myaddon-remote.min.js` with the file name you want to use for your remote bundle.
83+
Finally replace `myaddon.min` with the corresponding key in `config.entry` that points to your `index.js`.
8484

85-
For a full but simple example, see the Patterns generator [pat-PATTERN-TEMPLATE][2] or any other Pattern addon in the patternslib GitHub organisation.
85+
For a full but simple example, see the Patterns generator [pat-PATTERN-TEMPLATE][2] or any other Pattern add-on in the [patternslib GitHub organization](https://github.com/patternslib/).
8686
For a complex example with Mockup integration see [plone.app.mosaic][3] and [Mockup][4] itself.
8787

8888
[1]: https://pypi.org/project/plonecli/

0 commit comments

Comments
 (0)