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:
Hyun Don Moon 2025-04-26 00:02:41 +09:00 committed by GitHub
parent cb5e7a24be
commit 858eb69207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ in case of a bad deployment.
## Shared libraries ## Shared libraries
Since deployments with MFEs are not atomic, there is a chance that shared libraries -- both external (npm) and workspace -- 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. 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 There are mitigation strategies that can minimize mismatch errors. One such strategy is to share as little as possible