docs: fix typos

Closes #4308
This commit is contained in:
mgechev
2015-09-22 12:11:25 +03:00
committed by Minko Gechev
parent da6def3772
commit 662ff47627
5 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ export class ViewContainerRef {
/**
* The method can be used together with insert to implement a view move, i.e.
* moving the dom nodes while the directives in the view stay intact.
* moving the DOM nodes while the directives in the view stay intact.
*/
detach(atIndex: number = -1): ViewRef {
if (atIndex == -1) atIndex = this.length - 1;