Skip to content

Commit 6449c3c

Browse files
Lukas Ruebbelkemhevery
authored andcommitted
docs(CompilePipeline): correct compiliation to compilation
Closes angular#4072
1 parent 1fba78b commit 6449c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/render/dom/compiler/compile_pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class CompilePipeline {
4040
if (current.compileChildren) {
4141
var node = DOM.firstChild(DOM.templateAwareRoot(current.element));
4242
while (isPresent(node)) {
43-
// compiliation can potentially move the node, so we need to store the
43+
// compilation can potentially move the node, so we need to store the
4444
// next sibling before recursing.
4545
var nextNode = DOM.nextSibling(node);
4646
if (DOM.isElementNode(node)) {

0 commit comments

Comments
 (0)