From b3325637e7c8c086736dfbb5eef37acb167f5d57 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:11:29 +0200 Subject: [PATCH] docs: add article 'a' to sentence --- docs/content/4.api/4.advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```