diff --git a/docs/rules/aria-role.md b/docs/rules/aria-role.md index b9646dc2..83bb6742 100644 --- a/docs/rules/aria-role.md +++ b/docs/rules/aria-role.md @@ -21,7 +21,7 @@ This rule takes one optional object argument of type object: } ``` -`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). +`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). For the `ignoreNonDOM` option, this determines if developer created components are checked.