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
@@ -11,7 +11,7 @@ import {ElementRef} from 'angular2/src/core/compiler/element_ref';
/**
* A DebugElement contains information from the Angular compiler about an
* element and provides access to the corresponding ElementInjector and
* underlying dom Element, as well as a way to query for children.
* underlying DOM Element, as well as a way to query for children.
*/
export class DebugElement {
_elementInjector: ElementInjector;