diff --git a/docs/1.getting-started/5.transitions.md b/docs/1.getting-started/5.transitions.md index 6123b64789..3a69917e27 100644 --- a/docs/1.getting-started/5.transitions.md +++ b/docs/1.getting-started/5.transitions.md @@ -392,7 +392,7 @@ The page now applies the `slide-left` transition when going to the next id and ` ## Transition with NuxtPage -When `` is used in `app.vue`, transition-props can be passed directly as a component props to activate global transition. +When `` is used in `app.vue`, transitions can be configured with the `transition` prop to activate transitions globally. ```vue [app.vue]