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.