aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 %}