diff --git a/docs/filtering.md b/docs/filtering.md index 1e5a8df5b340..73763ba2370a 100644 --- a/docs/filtering.md +++ b/docs/filtering.md @@ -181,7 +181,7 @@ source code of the package, tests will run in the dependent packages as well: pnpm --filter="...[origin/master]" --test-pattern="test/*" test ``` -## --changed-files-ignore-pattern <glob> +## --changed-files-ignore-pattern <glob> Allows to ignore changed files by glob patterns when filtering for changed projects since the specified commit/branch.