From b60d714acf96d4d69ea29364eba16708d30fcd3b Mon Sep 17 00:00:00 2001 From: Melinda Sarnicki Bernardo Date: Thu, 2 Jul 2015 19:45:56 -0700 Subject: [PATCH] docs: Corrects article to 'a' instead of 'an' in comment Closes #2858 --- modules/angular2/src/debug/debug_element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/src/debug/debug_element.ts b/modules/angular2/src/debug/debug_element.ts index f61d8e8219..803b91249c 100644 --- a/modules/angular2/src/debug/debug_element.ts +++ b/modules/angular2/src/debug/debug_element.ts @@ -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. */