Skip to content

Commit

Permalink
docs(filters): Clarity for advanced patterns. (vercel#8909)
Browse files Browse the repository at this point in the history
### Description

Adding a bit of nuance to the advanced filtering patterns documentation.
It's a union - but its a weird union.

Addresses vercel#8552
  • Loading branch information
anthonyshew authored Aug 1, 2024
1 parent db64719 commit 2b0112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ For in-depth discussion and practical use cases of filtering, visit [the Running
#### Advanced filtering examples
You can combine multiple filters to further refine your targets. Multiple filters are combined as a **union**, meaning that the [Task Graph](/repo/docs/core-concepts/package-and-task-graph#task-graph) will include tasks that match any of the filters.
You can combine multiple filters to further refine your targets. Multiple filters are combined as a union, with negated filters removing packages from the result of the union.
```bash title="Terminal"
# Any packages in `apps` subdirectories that have changed since the last commit
Expand Down

0 comments on commit 2b0112e

Please sign in to comment.