Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: typo in available (#8966)
Browse files Browse the repository at this point in the history
* (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>
  • Loading branch information
therealokoro and danielroe committed Jan 21, 2023
1 parent 25fa967 commit 854d52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-nuxt-app.md
Expand Up @@ -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) => {
Expand Down

0 comments on commit 854d52b

Please sign in to comment.