Skip to content

Commit 61db84d

Browse files
JayKankara
authored andcommitted
docs: fix typo (#2509)
1 parent c67f4e5 commit 61db84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/slider/slider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export class MdSlider implements ControlValueAccessor {
187187

188188
private _min: number = 0;
189189

190-
/** The miniumum value that the slider can have. */
190+
/** The minimum value that the slider can have. */
191191
@Input()
192192
get min() {
193193
return this._min;

0 commit comments

Comments
 (0)