Skip to content

Commit bbd022e

Browse files
committed
fix comment typo
1 parent e61a018 commit bbd022e

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
@@ -31,7 +31,7 @@ export default {
3131

3232
const rawChild = children[0]
3333

34-
// if this is a component root node and the compoennt's
34+
// if this is a component root node and the component's
3535
// parent container node also has transition, skip.
3636
if (this.$vnode.parent && this.$vnode.parent.data.transition) {
3737
return rawChild

0 commit comments

Comments
 (0)