Skip to content

Commit

Permalink
docs: add article 'a' to sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd authored Jul 29, 2022
1 parent 1593ad7 commit b332563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/4.api/4.advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -76,4 +76,4 @@ export default defineNitroPlugin((nitroApp) => {
})
})

```
```

0 comments on commit b332563

Please sign in to comment.