Skip to content

Commit

Permalink
chore(src): fix minor typo (#6961)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Mar 9, 2021
1 parent 669f04a commit 9e3fcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/AriaQueryHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function parseAriaSelector(selector: string): ariaQueryOption {
attribute = attribute.trim();
if (!knownAttributes.has(attribute))
throw new Error(
'Unkown aria attribute "${groups.attribute}" in selector'
'Unknown aria attribute "${groups.attribute}" in selector'
);
queryOptions[attribute] = normalize(value);
return '';
Expand Down

0 comments on commit 9e3fcb9

Please sign in to comment.