diff options
author | 2023-09-27 01:13:27 +0200 | |
---|---|---|
committer | 2023-09-26 16:13:27 -0700 | |
commit | 549d01a4d6f31fbf442efe8d64a5f84ae3870787 (patch) | |
tree | 29cb79dc643aac24acb7e66a889c9e071480c520 /docs/runtime/plugins.md | |
parent | aec0d35f9b90083b93299859822ac67f3389a6d1 (diff) | |
download | bun-549d01a4d6f31fbf442efe8d64a5f84ae3870787.tar.gz bun-549d01a4d6f31fbf442efe8d64a5f84ae3870787.tar.zst bun-549d01a4d6f31fbf442efe8d64a5f84ae3870787.zip |
docs: fixed small error (#6077)
Diffstat (limited to '')
-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 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 %} |