Skip to content

Commit

Permalink
docs(core): Typo fix (#19205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Sep 17, 2023
1 parent a79dedc commit fcf5b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/migration/adding-to-monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ It also creates a `nx.json` based on the answers given during the setup process.

## 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:

Expand Down

1 comment on commit fcf5b9c

@vercel
Copy link

@vercel vercel bot commented on fcf5b9c Sep 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.