diff --git a/docs/runtime/plugins.md b/docs/runtime/plugins.md index 911d0ba1df..a7edb0c7b3 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.