docs: Corrects article to 'a' instead of 'an' in comment

Closes #2858
This commit is contained in:
Melinda Sarnicki Bernardo 2015-07-02 19:45:56 -07:00 committed by Tobias Bosch
parent edf5053bf0
commit b60d714acf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import {ElementRef} from 'angular2/src/core/compiler/element_ref';
/**
* @exportedAs angular2/test
*
* An DebugElement contains information from the Angular compiler about an
* 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.
*/