From 854d52b99c32c14b04e5e86487aa815b026ced80 Mon Sep 17 00:00:00 2001 From: Okoro Redemption Date: Mon, 14 Nov 2022 11:11:41 +0100 Subject: [PATCH] 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 --- docs/content/3.api/1.composables/use-nuxt-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/1.composables/use-nuxt-app.md b/docs/content/3.api/1.composables/use-nuxt-app.md index 4e4af44efede..c4f0f7d4f0c5 100644 --- a/docs/content/3.api/1.composables/use-nuxt-app.md +++ b/docs/content/3.api/1.composables/use-nuxt-app.md @@ -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) => {