Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviawongnyc committed Oct 23, 2023
1 parent 1174367 commit 91e530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const getAriaAttrs = ({

// If both a label and an aria-label are present, screen
// readers will only read the aria-label so we need to
// provide all necessary details in the aria-label
// provide all necessary details in the aria-label.
if (additionalAriaLabel) {
ariaAttributes["aria-label"] = `${
labelText && footnote
Expand Down

0 comments on commit 91e530d

Please sign in to comment.