diff --git a/src/compiler/optimizer.js b/src/compiler/optimizer.js index 45ebb3fe7e5..03855d6f3e5 100644 --- a/src/compiler/optimizer.js +++ b/src/compiler/optimizer.js @@ -8,7 +8,7 @@ let isPlatformReservedTag const genStaticKeysCached = cached(genStaticKeys) /** - * Goal of the optimizier: walk the generated template AST tree + * Goal of the optimizer: walk the generated template AST tree * and detect sub-trees that are purely static, i.e. parts of * the DOM that never needs to change. *