diff --git a/docs/shared/concepts/module-federation/micro-frontend-architecture.md b/docs/shared/concepts/module-federation/micro-frontend-architecture.md index 9b0e0a67dab57..b16f8b939a430 100644 --- a/docs/shared/concepts/module-federation/micro-frontend-architecture.md +++ b/docs/shared/concepts/module-federation/micro-frontend-architecture.md @@ -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