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).