docs(misc): fix typo in microfrontend architecture article (#29911)
## Current Behavior There's a typo in the [microfrontend architecture article](https://nx.dev/concepts/module-federation/micro-frontend-architecture#shared-libraries) under the "Shared Libraries" section. `The default the Nx setup configures` ## Expected Behavior Should be `The default Nx setup configures` Fixes #
This commit is contained in:
parent
cb5e7a24be
commit
858eb69207
@ -97,7 +97,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user