Skip to content

Commit

Permalink
docs(core): fix typo on Nx affected page (#22751)
Browse files Browse the repository at this point in the history
  • Loading branch information
vneogi199 authored Apr 9, 2024
1 parent e5317a2 commit 56f16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/using-nx/affected.md
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 56f16d8

Please sign in to comment.