docs(CompilePipeline): correct compiliation to compilation

Closes #4072
This commit is contained in:
Lukas Ruebbelke 2015-09-08 22:30:25 -07:00 committed by Misko Hevery
parent 1fba78b12a
commit 6449c3c1c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {