diff --git a/packages/js/docs/tsc-examples.md b/packages/js/docs/tsc-examples.md index 371fd34662c97c..879b37746a072c 100644 --- a/packages/js/docs/tsc-examples.md +++ b/packages/js/docs/tsc-examples.md @@ -85,7 +85,7 @@ Executing tasks in batch mode is an experimental feature. {% /callout %} {% callout type="info" title="Requirements" %} -Building a project with the `@nx/js:tsc` executor in batch mode requires all dependent projects (besides implicit dependencies) to be buildable and built using the `@nx/js:tsc` executor. +Building a project with the `@nx/js:tsc` executor in batch mode requires all dependent projects (excluding implicit dependencies) to be buildable and built using the `@nx/js:tsc` executor. {% /callout %} To run your builds using the batch implementation, pass in `--batch` flag: