From 6505e5c3a4e2490750adbc8a3d893eb0dc55e7aa Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 7 Mar 2023 18:07:53 -0800 Subject: [PATCH] Fix typo --- docs/runtime/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.