diff options
author | 2023-08-21 17:48:48 -0700 | |
---|---|---|
committer | 2023-08-21 17:48:48 -0700 | |
commit | f629365cb7a899229c70c6bed14a41fa62ea87f1 (patch) | |
tree | 0623b33582a5791e8d473e3b8e173c95f22f630a | |
parent | cdace9bffb65ad71869f2b0326fcd3fad83ba737 (diff) | |
download | bun-f629365cb7a899229c70c6bed14a41fa62ea87f1.tar.gz bun-f629365cb7a899229c70c6bed14a41fa62ea87f1.tar.zst bun-f629365cb7a899229c70c6bed14a41fa62ea87f1.zip |
Fix typo
-rw-r--r-- | docs/runtime/jsx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/jsx.md b/docs/runtime/jsx.md index 053c8b01c..ab9a14a8d 100644 --- a/docs/runtime/jsx.md +++ b/docs/runtime/jsx.md @@ -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. |