Skip to content

Commit

Permalink
Fix placeholder in header (#492)
Browse files Browse the repository at this point in the history
Due to the missing semicolon, this was rendering as `&ltglob>` instead of the intended `<glob>`
  • Loading branch information
kimroen authored Jan 1, 2024
1 parent df013d6 commit ceac211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &ltglob>
## --changed-files-ignore-pattern &lt;glob>

Allows to ignore changed files by glob patterns when filtering for changed projects since the specified commit/branch.

Expand Down

0 comments on commit ceac211

Please sign in to comment.