Skip to content

Commit 2da9908

Browse files
committed
fix: typo in get-started.md
1 parent 7c11822 commit 2da9908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/get-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ module.exports = {
284284

285285
This specifies that `Application A` exposese it's App component to the world as a Federated Module called `SayHelloFromA`, while whenever you import from `application_b`, those modules should come from `Application B` at runtime.
286286

287-
We will do the same thing fro `Applicaiton B`, specifying that it exposes it's App component as `SayHelloFromB` and whenever we import from `application_a`, those modules should come from `Application A` at runtime:
287+
We will do the same thing for `Applicaiton B`, specifying that it exposes it's App component as `SayHelloFromB` and whenever we import from `application_a`, those modules should come from `Application A` at runtime:
288288

289289
**packages/application-b/webpack.config.js**
290290

0 commit comments

Comments
 (0)