Skip to content

Commit 4be203f

Browse files
Update src/checkbox/checkbox.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 163b24e commit 4be203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkbox/checkbox.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class Checkbox implements ControlValueAccessor, AfterViewInit {
204204
currentCheckboxState: CheckboxState = CheckboxState.Init;
205205

206206
/**
207-
* Maintains a reference to the view DOM element of the `CheckboxComponent`.
207+
* Maintains a reference to the view DOM element of the `Checkbox`.
208208
*/
209209
@ViewChild("inputCheckbox") inputCheckbox: ElementRef;
210210

0 commit comments

Comments
 (0)