Skip to content

Commit 7fcc31e

Browse files
authored
docs: fix a typo in aria-role.md
1 parent 91e39b4 commit 7fcc31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/aria-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This rule takes one optional object argument of type object:
2121
}
2222
```
2323

24-
`allowedInvalidRules` is an optional string array of custom roles that should be allowed in addition to the ARIA spec, such as for cases when you [need to use a non-standard role](https://axesslab.com/text-splitting).
24+
`allowedInvalidRoles` is an optional string array of custom roles that should be allowed in addition to the ARIA spec, such as for cases when you [need to use a non-standard role](https://axesslab.com/text-splitting).
2525

2626
For the `ignoreNonDOM` option, this determines if developer created components are checked.
2727

0 commit comments

Comments
 (0)