aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
---