diff --git a/docs/content/4.api/4.advanced.md b/docs/content/4.api/4.advanced.md index 54406a53b..b7e130a3c 100644 --- a/docs/content/4.api/4.advanced.md +++ b/docs/content/4.api/4.advanced.md @@ -8,7 +8,7 @@ icon: heroicons-outline:lightning-bolt The module adds some hooks you can use: -`content:file:*` hooks are available in nitro runtime, in order to use them you need to create custom [nitro plugin](https://nitro.unjs.io/guide/plugins.html). +`content:file:*` hooks are available in nitro runtime, in order to use them you need to create a custom [nitro plugin](https://nitro.unjs.io/guide/plugins.html). - Create a plugin in the `server/plugins/` directory @@ -76,4 +76,4 @@ export default defineNitroPlugin((nitroApp) => { }) }) -``` \ No newline at end of file +```