Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Oct 30, 2017
1 parent 1ad5c08 commit f7f97a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sidenav/sidenav.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ to other pages might be marked `role="navigation"`, whereas one that contains a
contents about might be marked as `role="directory"`. If there is no more specific role that
describes your sidenav, `role="region"` is recommended.

Similarly, the `<mat-sidenav-contnet>` should be given a role based on what it contains. If it
Similarly, the `<mat-sidenav-content>` should be given a role based on what it contains. If it
represents the primary content of the page, it may make sense to mark it `role="main"`. If no more
specific role makes sense, `role="region"` is again a good fallback.

Expand Down

0 comments on commit f7f97a4

Please sign in to comment.