From 1572749f4a676d731ab761a045ff35426ab62a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Mutte?= Date: Wed, 6 Sep 2023 18:13:19 -0300 Subject: [PATCH] docs(core): fix typo in task-pipeline-configuration.md (#18185) --- docs/shared/concepts/task-pipeline-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"%} {