docs(core): Typo fix (#19205)

This commit is contained in:
Riccardo Di Maio 2023-09-17 12:40:31 +01:00 committed by GitHub
parent a79dedca67
commit fcf5b9cec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ It also creates a `nx.json` based on the answers given during the setup process.
## Incrementally Adopting Nx ## Incrementally Adopting Nx
In a package-based monorepo, Nx only manages the scheduling and caching of your npm scripts. Hence, it can easily be adopt incrementally by initially using Nx just for a subset of your scripts and then gradually adding more. In a package-based monorepo, Nx only manages the scheduling and caching of your npm scripts. Hence, it can easily be adopted incrementally by initially using Nx just for a subset of your scripts and then gradually adding more.
For example, use Nx to run your builds: For example, use Nx to run your builds: