From 56f16d80776d6307e76b8e65c152a6b709fa0f2d Mon Sep 17 00:00:00 2001 From: Vinit Neogi <20491952+vneogi199@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:07:47 +0530 Subject: [PATCH] docs(core): fix typo on Nx affected page (#22751) --- docs/shared/using-nx/affected.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/using-nx/affected.md b/docs/shared/using-nx/affected.md index 991d6f021a..4794360e61 100644 --- a/docs/shared/using-nx/affected.md +++ b/docs/shared/using-nx/affected.md @@ -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