diff --git a/src/components/range/range.ts b/src/components/range/range.ts index 54e1984731..236309b27b 100644 --- a/src/components/range/range.ts +++ b/src/components/range/range.ts @@ -216,7 +216,7 @@ export class Range extends Ion implements AfterViewInit, ControlValueAccessor, O } /** - * @input {number} If true, the knob snaps to tick marks evenly spaced based + * @input {boolean} If true, the knob snaps to tick marks evenly spaced based * on the step property value. Defaults to `false`. */ @Input() @@ -228,7 +228,7 @@ export class Range extends Ion implements AfterViewInit, ControlValueAccessor, O } /** - * @input {number} If true, a pin with integer value is shown when the knob + * @input {boolean} If true, a pin with integer value is shown when the knob * is pressed. Defaults to `false`. */ @Input()