mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: typo in available
(#8966)
* (fix-type): fix typographical error in line:39 Noticed a typo in line:39 under the under the hook section Changed avialble to available * docs: typo Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
cb6b279a8a
commit
dc22bd3829
@ -36,7 +36,7 @@ Hooks available in `nuxtApp` allows you to customize the runtime aspects of your
|
||||
|
||||
`hook` function is useful for adding custom logic by hooking into the rendering lifecycle at a specific point. `hook` function is mostly used when creating Nuxt plugins.
|
||||
|
||||
See [Runtime Hooks](/api/advanced/hooks#app-hooks-runtime) for avialble runtime hooks called by Nuxt.
|
||||
See [Runtime Hooks](/api/advanced/hooks#app-hooks-runtime) for available runtime hooks called by Nuxt.
|
||||
|
||||
```js [plugins/test.ts]
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
|
Loading…
Reference in New Issue
Block a user