Skip to content

Commit 1571509

Browse files
Fix lint issues.
1 parent c818570 commit 1571509

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/rules/card-needs-accessible-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ If the Card is purely decorative and not interactive, this rule is not necessary
4242

4343
## Accessibility guidelines
4444

45-
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)
45+
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)

docs/rules/infolabel-needs-labelling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ If the InfoLabel is purely decorative, this rule may not be necessary.
3434

3535
## Accessibility guidelines
3636

37-
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)
37+
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)

docs/rules/menu-button-needs-labelling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ This rule should always be used for MenuButton components as they are interactiv
3434

3535
## Accessibility guidelines
3636

37-
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)
37+
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)

docs/rules/split-button-needs-labelling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ This rule should always be used for SplitButton components as they are interacti
3434

3535
## Accessibility guidelines
3636

37-
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)
37+
- [WCAG 4.1.2](https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html)

0 commit comments

Comments
 (0)