docs(core): fix typo on Nx affected page (#22751)

This commit is contained in:
Vinit Neogi 2024-04-10 00:07:47 +05:30 committed by GitHub
parent e5317a2eb8
commit 56f16d8077
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# Run Only Tasks Affected by a PR
As your workspace grows, re-testing, re-building an re-linting all projects becomes too slow. To address this Nx implements code change analysis to determine the minimum set of projects that were affected by the change. How does this work?
As your workspace grows, re-testing, re-building and re-linting all projects becomes too slow. To address this Nx implements code change analysis to determine the minimum set of projects that were affected by the change. How does this work?
```shell
nx affected -t <task>