Skip to content

Commit 6d31ed2

Browse files
javoskiposva
authored andcommitted
typo fix (#3963)
1 parent 7c9575b commit 6d31ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/web/runtime/components/transition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const transitionProps = {
2222
}
2323

2424
// in case the child is also an abstract component, e.g. <keep-alive>
25-
// we want to recrusively retrieve the real component to be rendered
25+
// we want to recursively retrieve the real component to be rendered
2626
function getRealChild (vnode: ?VNode): ?VNode {
2727
const compOptions = vnode && vnode.componentOptions
2828
if (compOptions && compOptions.Ctor.options.abstract) {

0 commit comments

Comments
 (0)