Skip to content

Commit d674ad1

Browse files
ShaneKthetaPC
andauthored
Update core/src/components/checkbox/checkbox.tsx
Co-authored-by: Maria Hutt <[email protected]>
1 parent 6a35a26 commit d674ad1

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
@@ -267,7 +267,7 @@ export class Checkbox implements ComponentInterface {
267267
const inputLabelId = inputId + '-lbl';
268268

269269
// The host element must have a checkbox role to ensure proper VoiceOver
270-
// support in Safari for accessibility
270+
// support in Safari for accessibility.
271271
return (
272272
<Host
273273
role="checkbox"

0 commit comments

Comments
 (0)