Skip to content

Commit 540099e

Browse files
karajelbourn
authored andcommitted
docs(sidenav): fix button tag
Closes #231
1 parent 3e34f7a commit 540099e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sidenav/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Here's a simple example of using the sidenav:
6969
<md-sidenav #start (open)="mybutton.focus()">
7070
Start Sidenav.
7171
<br>
72-
<md-button #mybutton (click)="start.close()">Close</button>
72+
<button md-button #mybutton (click)="start.close()">Close</button>
7373
</md-sidenav>
7474
<md-sidenav #end align="end">
7575
End Sidenav.
76-
<md-button (click)="end.close()">Close</button>
76+
<button md-button (click)="end.close()">Close</button>
7777
</md-sidenav>
7878

7979
My regular content. This will be moved into the proper DOM at runtime.

0 commit comments

Comments
 (0)