Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Aug 22, 2023
1 parent cdace9b commit f629365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime/jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ console.log(<Component message="Hello world!" />);

## Configuration

Bun reads your `tsconfig.json` or `jsconfig.json` configuration files to determines how to perform the JSX transform internally. To avoid using either of these, the following options can also be defined in [`bunfig.json`](/docs/runtime/configuration).
Bun reads your `tsconfig.json` or `jsconfig.json` configuration files to determines how to perform the JSX transform internally. To avoid using either of these, the following options can also be defined in [`bunfig.toml`](/docs/runtime/configuration).

The following compiler options are respected.

Expand Down

0 comments on commit f629365

Please sign in to comment.