Skip to content

Commit fadd5d4

Browse files
committed
maint(Docs): Minor typo in module federation document.
1 parent 3882272 commit fadd5d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developer/module-federation.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ For jQuery the remote bundle is named ``jquery-remote.min.js``.
2929

3030
```
3131
import "@patternslib/patternslib/webpack/module_federation";
32-
// Please not the parentheses for the next import.
33-
// Kepp them, otherwise we get this error:
32+
// Please note the parentheses for the next import.
33+
// Keep them, otherwise we get this error:
3434
// "Shared module is not available for eager consumption."
3535
import("./src/patterns");
3636
```
@@ -39,8 +39,8 @@ For the jQuery bundle which we will use as remote we create: ``index-jquery.js``
3939

4040
```
4141
import "@patternslib/patternslib/webpack/module_federation";
42-
// Please not the parentheses for the next import.
43-
// Kepp them, otherwise we get this error:
42+
// Please note the parentheses for the next import.
43+
// Keep them, otherwise we get this error:
4444
// "Shared module is not available for eager consumption."
4545
import("@patternslib/patternslib/src/globals");
4646
```

0 commit comments

Comments
 (0)