From 7fcc31e68584d81bfb62302e8a7ed9dbd26c3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Thu, 20 Feb 2025 17:11:05 +0900 Subject: [PATCH] docs: fix a typo in `aria-role.md` --- docs/rules/aria-role.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/aria-role.md b/docs/rules/aria-role.md index b9646dc27..83bb67424 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.