diff --git a/docs/runtime/plugins.md b/docs/runtime/plugins.md index a63c874436..f9921cbad7 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 %}