Skip to content

Commit dcced41

Browse files
authored
Fixes typo (#1635)
1 parent 14478e6 commit dcced41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/built-ins/transition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Here's the previous demo with `mode="out-in"`:
564564

565565
## Dynamic Transitions
566566

567-
`<Transition>` props like `name` can also by dynamic! It allows us to dynamically apply different transitions based on state change:
567+
`<Transition>` props like `name` can also be dynamic! It allows us to dynamically apply different transitions based on state change:
568568

569569
```vue-html
570570
<Transition :name="transitionName">

0 commit comments

Comments
 (0)