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

docs: typo in available #8966

Merged
merged 2 commits into from Nov 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 availble runtime hooks called by Nuxt.
danielroe marked this conversation as resolved.
Show resolved Hide resolved

```js [plugins/test.ts]
export default defineNuxtPlugin((nuxtApp) => {
Expand Down