From e70cd2b323a782c75aad8d1d6ae360f9f60374df Mon Sep 17 00:00:00 2001 From: kalvn Date: Wed, 23 Mar 2022 21:04:42 +0100 Subject: [PATCH] Fixes typo --- src/guide/built-ins/transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/built-ins/transition.md b/src/guide/built-ins/transition.md index 50fd816cbb..9fcb649ce3 100644 --- a/src/guide/built-ins/transition.md +++ b/src/guide/built-ins/transition.md @@ -564,7 +564,7 @@ Here's the previous demo with `mode="out-in"`: ## Dynamic Transitions -`` props like `name` can also by dynamic! It allows us to dynamically apply different transitions based on state change: +`` props like `name` can also be dynamic! It allows us to dynamically apply different transitions based on state change: ```vue-html