There was an error while loading. Please reload this page.
1 parent 1fba78b commit 6449c3cCopy full SHA for 6449c3c
modules/angular2/src/core/render/dom/compiler/compile_pipeline.ts
@@ -40,7 +40,7 @@ export class CompilePipeline {
40
if (current.compileChildren) {
41
var node = DOM.firstChild(DOM.templateAwareRoot(current.element));
42
while (isPresent(node)) {
43
- // compiliation can potentially move the node, so we need to store the
+ // compilation can potentially move the node, so we need to store the
44
// next sibling before recursing.
45
var nextNode = DOM.nextSibling(node);
46
if (DOM.isElementNode(node)) {
0 commit comments