Skip to content

Commit

Permalink
docs(chips): fix closing tags in mat-chip. (#8551)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad authored and tinayuangao committed Nov 28, 2017
1 parent d66284d commit 345a1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/chips/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ An example of chip input placed outside the chip-list element.
```html
<mat-form-field>
<mat-chip-list #chipList>
<mat-chip>Chip 1<mat-chip>
<mat-chip>Chip 2<mat-chip>
<mat-chip>Chip 1</mat-chip>
<mat-chip>Chip 2</mat-chip>
</mat-chip-list>
<input matChipInputFor="chipList">
</mat-form-field>
Expand Down

0 comments on commit 345a1a3

Please sign in to comment.