Skip to content

Commit

Permalink
docs(misc): fix typo in microfrontend architecture article
Browse files Browse the repository at this point in the history
  • Loading branch information
hyundonmoon committed Feb 8, 2025
1 parent c0fd00d commit 9ae07ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ in case of a bad deployment.
## Shared libraries

Since deployments with MFEs are not atomic, there is a chance that shared libraries -- both external (npm) and workspace --
between the host and remotes are mismatched. The default the Nx setup configures all libraries as singletons, which requires
between the host and remotes are mismatched. The default Nx setup configures all libraries as singletons, which requires
that all affected applications be deployed for any given changeset, and makes à la carte deployments riskier.

There are mitigation strategies that can minimize mismatch errors. One such strategy is to share as little as possible
Expand Down

0 comments on commit 9ae07ae

Please sign in to comment.