aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/test/extending.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/test/extending.md b/docs/test/extending.md
index 16ce71155..5e5f0f087 100644
--- a/docs/test/extending.md
+++ b/docs/test/extending.md
@@ -81,7 +81,7 @@ Plugin support is not implemented yet. **There is a bug and this feature is not
## Example loader
-{% codetab }
+{% codetabs }
```ts#loader.ts
import { plugin } from 'bun';
@@ -106,7 +106,7 @@ plugin({
});
```
-{% /codetab %}
+{% /codetabs %}
Now in your test file, you can import `.txt` files: