diff --git a/docs/content/1.getting-started/5.transitions.md b/docs/content/1.getting-started/5.transitions.md index c6703c55556..a21006481f7 100644 --- a/docs/content/1.getting-started/5.transitions.md +++ b/docs/content/1.getting-started/5.transitions.md @@ -120,7 +120,7 @@ export default defineNuxtConfig({ }) ``` -To start adding transition between your pages, add the following CSS to your [`app.vue`](/guide/directory-structure/app): +To start adding transition between your pages and layouts, add the following CSS to your [`app.vue`](/guide/directory-structure/app): ::code-group