Skip to content

Commit 665479a

Browse files
authored
docs(cdk/a11y): fix typo in a11y-visually-hidden SassDoc (#23791)
1 parent 7cd3a36 commit 665479a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Emits a CSS class, `.cdk-visually-hidden`. This class can be applied to an element
2-
/// to make that element visually hidden while remaining available to assitive technology.
2+
/// to make that element visually hidden while remaining available to assistive technology.
33
@mixin a11y-visually-hidden() {
44
.cdk-visually-hidden {
55
border: 0;

0 commit comments

Comments
 (0)