Skip to content

Commit d111f3f

Browse files
yu1222yyx990803
authored andcommitted
typo fix (vuejs#4583)
- nomralization / normalzation → normalization
1 parent 89987e8 commit d111f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/codegen/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ function genChildren (el: ASTElement, checkSkip?: boolean): string | void {
302302
}
303303
}
304304

305-
// determine the normalzation needed for the children array.
305+
// determine the normalization needed for the children array.
306306
// 0: no normalization needed
307307
// 1: simple normalization needed (possible 1-level deep nested array)
308-
// 2: full nomralization needed
308+
// 2: full normalization needed
309309
function getNormalizationType (children): number {
310310
let res = 0
311311
for (let i = 0; i < children.length; i++) {

0 commit comments

Comments
 (0)