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:
Okoro Redemption 2022-11-14 11:11:41 +01:00 committed by GitHub
parent cb6b279a8a
commit dc22bd3829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => {