aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/plugins.md
diff options
context:
space:
mode:
authorGravatar 0xflotus <0xflotus@gmail.com> 2023-09-27 01:13:27 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-26 16:13:27 -0700
commit549d01a4d6f31fbf442efe8d64a5f84ae3870787 (patch)
tree29cb79dc643aac24acb7e66a889c9e071480c520 /docs/runtime/plugins.md
parentaec0d35f9b90083b93299859822ac67f3389a6d1 (diff)
downloadbun-549d01a4d6f31fbf442efe8d64a5f84ae3870787.tar.gz
bun-549d01a4d6f31fbf442efe8d64a5f84ae3870787.tar.zst
bun-549d01a4d6f31fbf442efe8d64a5f84ae3870787.zip
docs: fixed small error (#6077)
Diffstat (limited to '')
-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 a63c87443..f9921cbad 100644
--- a/docs/runtime/plugins.md
+++ b/docs/runtime/plugins.md
@@ -90,7 +90,7 @@ Register this file in `preload`:
preload = ["./yamlPlugin.ts"]
```
-Once the plugin is registed, `.yaml` and `.yml` files can be directly imported.
+Once the plugin is registered, `.yaml` and `.yml` files can be directly imported.
{% codetabs %}