From 430b22a9ccb348176b78ef8fa9b3c0292280ddf2 Mon Sep 17 00:00:00 2001 From: Emmanuel DEMEY Date: Mon, 27 Apr 2015 15:12:16 +0200 Subject: [PATCH] docs(guide/Accessibility): Remove an extra "a" in the A11Y doc --- docs/content/guide/accessibility.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/accessibility.ngdoc b/docs/content/guide/accessibility.ngdoc index 2d5fdcfb6d26..b37c3e1caf25 100644 --- a/docs/content/guide/accessibility.ngdoc +++ b/docs/content/guide/accessibility.ngdoc @@ -43,7 +43,7 @@ Currently, ngAria interfaces with the following directives: Most of ngAria's heavy lifting happens in the {@link ngModel ngModel} directive. For elements using ngModel, special attention is paid by ngAria if that element also -has a a role or type of `checkbox`, `radio`, `range` or `textbox`. +has a role or type of `checkbox`, `radio`, `range` or `textbox`. For those elements using ngModel, ngAria will dynamically bind and update the following ARIA attributes (if they have not been explicitly specified by the developer):