Skip to content

Commit c578b07

Browse files
committed
docs(checked): fix an inconsistency
1 parent cc21f93 commit c578b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class Checkbox extends Ion implements IonicTapInput, AfterContentInit, Co
142142
}
143143

144144
/**
145-
* @input {boolean} If `true`, the element is selected.
145+
* @input {boolean} If true, the element is selected.
146146
*/
147147
@Input()
148148
get checked(): boolean {

src/components/toggle/toggle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export class Toggle extends Ion implements IonicTapInput, AfterContentInit, Cont
213213
}
214214

215215
/**
216-
* @input {boolean} If `true`, the element is selected.
216+
* @input {boolean} If true, the element is selected.
217217
*/
218218
@Input()
219219
get checked(): boolean {

0 commit comments

Comments
 (0)