We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14478e6 commit dcced41Copy full SHA for dcced41
src/guide/built-ins/transition.md
@@ -564,7 +564,7 @@ Here's the previous demo with `mode="out-in"`:
564
565
## Dynamic Transitions
566
567
-`<Transition>` props like `name` can also by dynamic! It allows us to dynamically apply different transitions based on state change:
+`<Transition>` props like `name` can also be dynamic! It allows us to dynamically apply different transitions based on state change:
568
569
```vue-html
570
<Transition :name="transitionName">
0 commit comments