docs(CompilePipeline): correct compiliation to compilation
Closes #4072
This commit is contained in:
parent
1fba78b12a
commit
6449c3c1c6
|
@ -40,7 +40,7 @@ export class CompilePipeline {
|
|||
if (current.compileChildren) {
|
||||
var node = DOM.firstChild(DOM.templateAwareRoot(current.element));
|
||||
while (isPresent(node)) {
|
||||
// compiliation can potentially move the node, so we need to store the
|
||||
// compilation can potentially move the node, so we need to store the
|
||||
// next sibling before recursing.
|
||||
var nextNode = DOM.nextSibling(node);
|
||||
if (DOM.isElementNode(node)) {
|
||||
|
|
Loading…
Reference in New Issue