Skip to content

Commit

Permalink
docs(core): typo in the task pipelines guide
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Feb 26, 2023
1 parent 84fedf3 commit 3195fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shared/concepts/task-pipeline-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ 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.
project-specific rules by adding them to the project's configuration ([learn more](/reference/project-configuration#dependson).

```jsonc {% fileName="nx.json"%}
```jsonc {% fileName="package.json"%}
{
...
"nx": {
Expand Down

0 comments on commit 3195fe0

Please sign in to comment.