Skip to content

Commit

Permalink
fix another typo that was just merged into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Jan 8, 2025
1 parent d5a14c9 commit 5d826b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[type.md]
extend-ignore-words-re = ["ba"]
extend-ignore-words-re = ["^ba"]
2 changes: 1 addition & 1 deletion docs/cli/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ bun outdated --filter 'pkg-*'
$ bun outdated --filter './'
```

For more infomation on both these commands, see [`bun install`](https://bun.sh/docs/cli/install) and [`bun outdated`](https://bun.sh/docs/cli/outdated).
For more information on both these commands, see [`bun install`](https://bun.sh/docs/cli/install) and [`bun outdated`](https://bun.sh/docs/cli/outdated).

## Running scripts with `--filter`

Expand Down

0 comments on commit 5d826b4

Please sign in to comment.