diff options
author | 2023-09-13 17:00:11 +0800 | |
---|---|---|
committer | 2023-09-13 02:00:11 -0700 | |
commit | 9a0ea0070523c02133c634a1576c9516bde19888 (patch) | |
tree | f7befb2e46003aa04c84f198d928938e5ff0e758 /docs/runtime/plugins.md | |
parent | ec6b75ff54d904939a8f21feab89794ccb2ec2d9 (diff) | |
download | bun-9a0ea0070523c02133c634a1576c9516bde19888.tar.gz bun-9a0ea0070523c02133c634a1576c9516bde19888.tar.zst bun-9a0ea0070523c02133c634a1576c9516bde19888.zip |
docs(runtime): fix plugins loader extensions typo (#5250)
Diffstat (limited to 'docs/runtime/plugins.md')
-rw-r--r-- | docs/runtime/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/plugins.md b/docs/runtime/plugins.md index 0286c7887..a1525790a 100644 --- a/docs/runtime/plugins.md +++ b/docs/runtime/plugins.md @@ -127,7 +127,7 @@ In this case we're using `"object"`—a built-in loader (intended for use by plu --- - `ts` -- `.ts` `.mts` `cts` +- `.ts` `.mts` `.cts` - Transform TypeScript then transpile --- |