Skip to content

Commit 18ecdd2

Browse files
committed
Update documentation
1 parent 5d2cfa4 commit 18ecdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slider/slider.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class Slider implements AfterViewInit, OnDestroy, ControlValueAccessor {
147147
@Input() id = `slider-${Slider.count++}`;
148148
/** Value used to "multiply" the `step` when using arrow keys to select values */
149149
@Input() shiftMultiplier = 4;
150-
/** Set to `true` for a loading table */
150+
/** Set to `true` for a loading slider */
151151
@Input() skeleton = false;
152152
/** Disables the range visually and functionally */
153153
@Input() set disabled(v) {

0 commit comments

Comments
 (0)