Skip to content

Commit

Permalink
Update docs/content/docs/7.advanced/5.hooks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Farnabaz <[email protected]>
  • Loading branch information
harlan-zw and farnabaz authored Dec 24, 2024
1 parent d553630 commit a2894bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/7.advanced/5.hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface FileBeforeParseHook {
```ts
export default defineNuxtConfig({
hooks: {
'content:file:beforeParse'(ctx) {
'content:file:beforeParse'(ctx: FileBeforeParseHook) {
// ...
}
}
Expand Down

0 comments on commit a2894bf

Please sign in to comment.