docs: typo on callHook method (#23231)

This commit is contained in:
Jeremy Graziani 2023-09-15 11:54:59 +02:00 committed by GitHub
parent ceab38770d
commit 6326ad4f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ export default defineNuxtPlugin((nuxtApp) => {
}) })
``` ```
### `callhook(name, ...args)` ### `callHook(name, ...args)`
`callHook` returns a promise when called with any of the existing hooks. `callHook` returns a promise when called with any of the existing hooks.