From 1a6eb3e3f60f0153e25f5c2730f249880c35120b Mon Sep 17 00:00:00 2001 From: Rajendra <91361634+RajendraUppu@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:32:50 +0530 Subject: [PATCH] docs: fix transition wording to include layouts (#8600) --- docs/content/1.getting-started/5.transitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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