Skip to content

Commit b20ac60

Browse files
kazuponchrisvfritz
authored andcommitted
fix typo
1 parent 155cd57 commit b20ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ and custom JavaScript hooks:
596596
v-on:before-appear="customBeforeAppearHook"
597597
v-on:appear="customAppearHook"
598598
v-on:after-appear="customAfterAppearHook"
599-
v-on:appear-cancelled="customAppeaCancelledHook"
599+
v-on:appear-cancelled="customAppearCancelledHook"
600600
>
601601
<!-- ... -->
602602
</transition>

0 commit comments

Comments
 (0)