Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ef2435d

Browse files
docs(guide/Accessibility): remove an extra "a" in the A11Y doc
Closes #11740
1 parent 9552187 commit ef2435d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/accessibility.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Currently, ngAria interfaces with the following directives:
4343

4444
Most of ngAria's heavy lifting happens in the {@link ngModel ngModel}
4545
directive. For elements using ngModel, special attention is paid by ngAria if that element also
46-
has a a role or type of `checkbox`, `radio`, `range` or `textbox`.
46+
has a role or type of `checkbox`, `radio`, `range` or `textbox`.
4747

4848
For those elements using ngModel, ngAria will dynamically bind and update the following ARIA
4949
attributes (if they have not been explicitly specified by the developer):

0 commit comments

Comments
 (0)