From 4672454819327d03a6c7a63ab620920c07884d98 Mon Sep 17 00:00:00 2001 From: Okoro Redemption Date: Mon, 14 Nov 2022 09:49:28 +0100 Subject: [PATCH 1/2] (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/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 4e4af44efed..8edc6804436 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 availble runtime hooks called by Nuxt. ```js [plugins/test.ts] export default defineNuxtPlugin((nuxtApp) => { From e0b2e3426dd41d81f9c84d4bcb156951b447ec02 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 14 Nov 2022 09:19:01 +0000 Subject: [PATCH 2/2] docs: typo --- 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 8edc6804436..c4f0f7d4f0c 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 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) => {