aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Zong <zongzi.xy@gmail.com> 2023-09-13 17:00:11 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-13 02:00:11 -0700
commit9a0ea0070523c02133c634a1576c9516bde19888 (patch)
treef7befb2e46003aa04c84f198d928938e5ff0e758
parentec6b75ff54d904939a8f21feab89794ccb2ec2d9 (diff)
downloadbun-9a0ea0070523c02133c634a1576c9516bde19888.tar.gz
bun-9a0ea0070523c02133c634a1576c9516bde19888.tar.zst
bun-9a0ea0070523c02133c634a1576c9516bde19888.zip
docs(runtime): fix plugins loader extensions typo (#5250)
-rw-r--r--docs/runtime/plugins.md2
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
---