docs: fixed small error (#6077)

This commit is contained in:
0xflotus
2023-09-27 01:13:27 +02:00
committed by GitHub
parent aec0d35f9b
commit 549d01a4d6

View File

@@ -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 %}