Skip to content

Commit 7963b3d

Browse files
andyklimczakyyx990803
authored andcommitted
Fix comment typo in normalize-children.js (#5014)
1 parent 00648f0 commit 7963b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/helpers/normalize-children.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function simpleNormalizeChildren (children: any) {
2424
return children
2525
}
2626

27-
// 2. When the children contains constrcuts that always generated nested Arrays,
27+
// 2. When the children contains constructs that always generated nested Arrays,
2828
// e.g. <template>, <slot>, v-for, or when the children is provided by user
2929
// with hand-written render functions / JSX. In such cases a full normalization
3030
// is needed to cater to all possible types of children values.

0 commit comments

Comments
 (0)