Skip to content

Commit 2bed32a

Browse files
committed
typo
1 parent 28fd70d commit 2bed32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/list/selection-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class MdSelectionList implements AfterContentInit, OnDestroy {
118118

119119
/**
120120
* Whether or not this option is selectable. When a option is not selectable,
121-
* it's selected state is always ignored.
121+
* its selected state is always ignored.
122122
*/
123123
@Input()
124124
get selectable(): boolean { return this._selectable; }

0 commit comments

Comments
 (0)