Skip to content

Commit 12af014

Browse files
docs(core): improve grammar of keep-nx-versions-in-sync (#30308)
1 parent 8575fa1 commit 12af014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared/recipes/tips-n-tricks/keep-nx-versions-in-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to ensure all Nx plugins in your repository are using the
55

66
# Keep Nx Versions in Sync
77

8-
If your Nx plugin versions do not match the version of `nx` in your repository, you can encounter some difficult to debug errors. To get your Nx plugins back in sync, follow the steps below:
8+
If your Nx plugin versions do not match the version of `nx` in your repository, you may encounter some difficulties when debugging errors. To get your Nx plugins back in sync, follow the steps below:
99

1010
1. Identify all the official Nx plugins that are used in your repo. This includes `nx` and any packages in the `@nx/` organization scope, except for plugins that are still in [nx-labs](https://github.com/nrwl/nx-labs). Also, `nx-cloud` does not need to match the other package versions.
1111
2. Run `nx report` and identify the minimum and maximum version numbers for all the packages that need to by in sync.

0 commit comments

Comments
 (0)