Skip to content

Commit c771b94

Browse files
khiga8lindseywild
andauthored
Update docs/rules/accessibility/navigation-has-label.md
Co-authored-by: Lindsey Wild <[email protected]>
1 parent 039222e commit c771b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/accessibility/navigation-has-label.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This rule enforces that a navigation landmark (a `<nav>` or a `role="navigation"
66

77
An accessible name ensures that one can distinguish between multiple navigation elements.
88

9-
If the navigation area begins with a heading, use the heading to label the navigation element using the `aria-labelledby` attribute. If there is no heading, then you may set `aria-label`. Make sure to format the text the same way you should visual text (Related: [aria-label is well formatted](./aria-label-is-well-formatted.md)).
9+
If the navigation area begins with a heading, use the heading to label the navigation element using the `aria-labelledby` attribute. If there is no heading, then you may set `aria-label`. Make sure to format the text the same way you would visual text (Related: [aria-label is well formatted](./aria-label-is-well-formatted.md)).
1010

1111
## Resources
1212

0 commit comments

Comments
 (0)