diff --git a/docs/shared/concepts/task-pipeline-configuration.md b/docs/shared/concepts/task-pipeline-configuration.md index 76b886f7f8a6e..970908675c010 100644 --- a/docs/shared/concepts/task-pipeline-configuration.md +++ b/docs/shared/concepts/task-pipeline-configuration.md @@ -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"%} {