Skip to content

Commit 3feceb4

Browse files
committed
fix(checkbox): lint
1 parent e7a70de commit 3feceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/checkbox/checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class Checkbox implements ComponentInterface {
266266
const hasLabelContent = el.textContent !== '';
267267
const inputLabelId = inputId + '-lbl';
268268

269-
// The host must be a checkbox role to support Safari's Voice Over accessibility
269+
// The host must be a checkbox role to support Safari's Voice Over accessibility
270270
return (
271271
<Host
272272
role="checkbox"

0 commit comments

Comments
 (0)