Skip to content

Commit 1576beb

Browse files
n0nickjelbourn
authored andcommitted
docs(chips): fix typos in comments
1 parent 136dfa8 commit 1576beb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/chips/chip-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class MatChipListChange {
7070

7171

7272
/**
73-
* A material design chips component (named ChipList for it's similarity to the List component).
73+
* A material design chips component (named ChipList for its similarity to the List component).
7474
*/
7575
@Component({
7676
moduleId: module.id,

src/lib/chips/chip.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ export class MatChip extends _MatChipMixinBase implements FocusableOption, OnDes
180180

181181
/**
182182
* Whether or not the chip is selectable. When a chip is not selectable,
183-
* changes to it's selected state are always ignored. By default a chip is
184-
* selectable, and it becomes non-selectable if it's parent chip list is
183+
* changes to its selected state are always ignored. By default a chip is
184+
* selectable, and it becomes non-selectable if its parent chip list is
185185
* not selectable.
186186
*/
187187
@Input()

0 commit comments

Comments
 (0)