Skip to content

Commit defd45c

Browse files
bmaxposva
authored andcommitted
Typo fix: optimizier -> optimizer (#4015)
1 parent 7dc38de commit defd45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/optimizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let isPlatformReservedTag
88
const genStaticKeysCached = cached(genStaticKeys)
99

1010
/**
11-
* Goal of the optimizier: walk the generated template AST tree
11+
* Goal of the optimizer: walk the generated template AST tree
1212
* and detect sub-trees that are purely static, i.e. parts of
1313
* the DOM that never needs to change.
1414
*

0 commit comments

Comments
 (0)