diff options
author | 2023-03-07 18:07:53 -0800 | |
---|---|---|
committer | 2023-03-07 18:07:53 -0800 | |
commit | 6505e5c3a4e2490750adbc8a3d893eb0dc55e7aa (patch) | |
tree | 23dab6d1a718791c638945e20262adb93e7e0dc8 | |
parent | 9bf4d9b8a24b930acaa14836884a68bbf6c7fefa (diff) | |
download | bun-6505e5c3a4e2490750adbc8a3d893eb0dc55e7aa.tar.gz bun-6505e5c3a4e2490750adbc8a3d893eb0dc55e7aa.tar.zst bun-6505e5c3a4e2490750adbc8a3d893eb0dc55e7aa.zip |
Fix typo
-rw-r--r-- | docs/runtime/plugins.md | 2 |
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. |