Skip to content

Commit d57f942

Browse files
adamawangposva
authored andcommittedFeb 1, 2017
fixed typo on line 15 (#4829)
1 parent d14bd64 commit d57f942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import VNode, { createTextVNode } from 'core/vdom/vnode'
1212

1313
// 1. When the children contains components - because a functional component
1414
// may return an Array instead of a single root. In this case, just a simple
15-
// nomralization is needed - if any child is an Array, we flatten the whole
15+
// normalization is needed - if any child is an Array, we flatten the whole
1616
// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep
1717
// because functional components already normalize their own children.
1818
export function simpleNormalizeChildren (children: any) {

0 commit comments

Comments
 (0)
Please sign in to comment.