From f7f97a48b5608a08dd06915b5d5d38aa767a71ee Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Mon, 30 Oct 2017 10:19:54 -0700 Subject: [PATCH] fix typo --- src/lib/sidenav/sidenav.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/sidenav/sidenav.md b/src/lib/sidenav/sidenav.md index 36736d202fb3..139c40616ece 100644 --- a/src/lib/sidenav/sidenav.md +++ b/src/lib/sidenav/sidenav.md @@ -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 `` should be given a role based on what it contains. If it +Similarly, the `` 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.