Skip to content

Commit 82c4b3a

Browse files
committed
fix typo in comments
1 parent f1f87f3 commit 82c4b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/list-option.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class MdListOption implements AfterContentInit, OnDestroy, Focusable {
6969

7070
/**
7171
* Whether the ripple effect on click should be disabled. This applies only to list items that are
72-
* part of a nav list. The value of `disableRipple` on the `md-nav-list` overrides this flag.
72+
* part of a selection list. The value of `disableRipple` on the `md-nav-list` overrides this flag
7373
*/
7474
@Input()
7575
get disableRipple() { return this._disableRipple; }

0 commit comments

Comments
 (0)