chore(src): fix minor typo (#6961)
This commit is contained in:
parent
669f04a7a6
commit
9e3fcb9f94
@ -59,7 +59,7 @@ function parseAriaSelector(selector: string): ariaQueryOption {
|
|||||||
attribute = attribute.trim();
|
attribute = attribute.trim();
|
||||||
if (!knownAttributes.has(attribute))
|
if (!knownAttributes.has(attribute))
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'Unkown aria attribute "${groups.attribute}" in selector'
|
'Unknown aria attribute "${groups.attribute}" in selector'
|
||||||
);
|
);
|
||||||
queryOptions[attribute] = normalize(value);
|
queryOptions[attribute] = normalize(value);
|
||||||
return '';
|
return '';
|
||||||
|
Loading…
Reference in New Issue
Block a user