Skip to content

Commit

Permalink
fix(radio): aria-disabled misspelling
Browse files Browse the repository at this point in the history
See #3526
  • Loading branch information
d13 authored and Westbrook committed Aug 9, 2023
1 parent 0d0f0eb commit b3fbd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radio/src/Radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class Radio extends SizedMixin(
if (this.disabled) {
this.setAttribute('aria-disabled', 'true');
} else {
this.removeAttribute('aria-disabeld');
this.removeAttribute('aria-disabled');
}
}
}
Expand Down

0 comments on commit b3fbd25

Please # to comment.