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 911d0ba1d..a7edb0c7b 100644
--- a/docs/runtime/plugins.md
+++ b/docs/runtime/plugins.md
@@ -25,7 +25,7 @@ To consume this plugin, add this file to the `preload` option in your [`bunfig.t
preload = ["./yamlPlugin.ts"]
```
-{% details summary="Usage eithout preload" %}
+{% details summary="Usage without preload" %}
Alternatively, you can import this file manually at the top of your project's entrypoint, before any application code is imported.