Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

docs: fix transition wording to include layouts #8600

Merged
merged 2 commits into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/5.transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down