From 643e47ac402cf4cb2f440973c291c342b1546df8 Mon Sep 17 00:00:00 2001 From: Hans Tu <87744802+ChiaHanTu@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:42:52 +0800 Subject: [PATCH] docs: fix typo (#30963) --- docs/2.guide/1.concepts/10.nuxt-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/1.concepts/10.nuxt-lifecycle.md b/docs/2.guide/1.concepts/10.nuxt-lifecycle.md index 743a9d9970..eb147d5fbb 100644 --- a/docs/2.guide/1.concepts/10.nuxt-lifecycle.md +++ b/docs/2.guide/1.concepts/10.nuxt-lifecycle.md @@ -136,6 +136,6 @@ Before mounting the Vue application, Nuxt calls the [`app:beforeMount`](/docs/ap After mounting the Vue application, Nuxt calls the [`app:mounted`](/docs/api/advanced/hooks#app-hooks-runtime) hook. :: -### Step 6: Vue Lifecycle +### Step 5: Vue Lifecycle Unlike on the server, the browser executes the full [Vue lifecycle](https://vuejs.org/guide/essentials/lifecycle).