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

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 14, 2022
1 parent 4672454 commit e0b2e34
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
Original file line number Diff line number Diff line change
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 availble 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 e0b2e34

Please sign in to comment.