Skip to content

Commit

Permalink
docs(cdk/a11y): fix typo in a11y-visually-hidden SassDoc (#23791)
Browse files Browse the repository at this point in the history
(cherry picked from commit 665479a)
  • Loading branch information
lacolaco authored and jelbourn committed Nov 2, 2021
1 parent 58360a4 commit aef2bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/a11y/_index.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Emits a CSS class, `.cdk-visually-hidden`. This class can be applied to an element
/// to make that element visually hidden while remaining available to assitive technology.
/// to make that element visually hidden while remaining available to assistive technology.
@mixin a11y-visually-hidden() {
.cdk-visually-hidden {
border: 0;
Expand Down

0 comments on commit aef2bae

Please sign in to comment.