Skip to content

Commit

Permalink
fix(docs): typo in bundler/index.md (oven-sh#13370)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismiddleton authored Oct 5, 2024
1 parent 794e416 commit 3ab3dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ $ bun build ./index.tsx --outdir ./out --external '*'

### `packages`

Control whatever package dependencies are included to bundle or not. Possible values: `bundle` (default), `external`. Bun threats any import which path do not start with `.`, `..` or `/` as package.
Control whatever package dependencies are included to bundle or not. Possible values: `bundle` (default), `external`. Bun treats any import which path do not start with `.`, `..` or `/` as package.

{% codetabs group="a" %}

Expand Down

0 comments on commit 3ab3dec

Please sign in to comment.