Skip to content

Commit e7016a0

Browse files
Update get-started.md (#43)
1 parent 05cf372 commit e7016a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ From the root of the application, you should now be able to access your two SPAs
224224

225225
# Start Federating
226226

227-
Now that we have two independnt SPAs running, let's go ahead and make each of the SPAs a Fedeated Container as well as Consumer. We accomplish this by utilizing the new `ModuleFederationPlugin` that is part of the Webpack 5 Core.
227+
Now that we have two independnt SPAs running, let's go ahead and make each of the SPAs a Federated Container as well as Consumer. We accomplish this by utilizing the new `ModuleFederationPlugin` that is part of the Webpack 5 Core.
228228

229229
We'll start by adding the `ModuleFederationPlugin` to `Application A`, this will look like:
230230

@@ -418,4 +418,4 @@ Visiting `Application B` for the first time, you'll notice we have already cache
418418

419419
![Application B Network Log](/application-b-network-log.png)
420420

421-
**You have just created your first Webpack 5 Federated projects. Now go out and build something awesome!**
421+
**You have just created your first Webpack 5 Federated projects. Now go out and build something awesome!**

0 commit comments

Comments
 (0)