Skip to content

Commit edb7835

Browse files
Suresh918jelbourn
authored andcommitted
docs(menu): add aria-label to example (#15146)
Fixes #15039
1 parent 83135e1 commit edb7835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material-examples/menu-icons/menu-icons-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<button mat-icon-button [matMenuTriggerFor]="menu">
1+
<button mat-icon-button [matMenuTriggerFor]="menu" aria-label="Example icon-button with a menu">
22
<mat-icon>more_vert</mat-icon>
33
</button>
44
<mat-menu #menu="matMenu">
@@ -8,7 +8,7 @@
88
</button>
99
<button mat-menu-item disabled>
1010
<mat-icon>voicemail</mat-icon>
11-
<span>Check voicemail</span>
11+
<span>Check voice mail</span>
1212
</button>
1313
<button mat-menu-item>
1414
<mat-icon>notifications_off</mat-icon>

0 commit comments

Comments
 (0)