Skip to content

Commit

Permalink
docs(core): fix typo in task-pipeline-configuration.md (#18185)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte authored Sep 6, 2023
1 parent 4940b2b commit 1572749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/concepts/task-pipeline-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"%}
{
Expand Down

1 comment on commit 1572749

@vercel
Copy link

@vercel vercel bot commented on 1572749 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.