docs(core): fix typo in task-pipeline-configuration.md (#18185)

This commit is contained in:
Maurício Mutte 2023-09-06 18:13:19 -03:00 committed by GitHub
parent 4940b2b0b2
commit 1572749f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ Situations like this are pretty common:
![task-graph-execution](/shared/mental-model/task-graph-execution.svg)
Because we described the rules in `nx.json`, they will apply to all the projects in the repo. You can also define
project-specific rules by adding them to the project's configuration ([learn more](/reference/project-configuration#dependson).
project-specific rules by adding them to the project's configuration ([learn more](/reference/project-configuration#dependson)).
```jsonc {% fileName="package.json"%}
{