Skip to content

Commit 345a1a3

Browse files
aitboudadtinayuangao
authored andcommitted
docs(chips): fix closing tags in mat-chip. (#8551)
1 parent d66284d commit 345a1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/chips/chips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ An example of chip input placed outside the chip-list element.
4343
```html
4444
<mat-form-field>
4545
<mat-chip-list #chipList>
46-
<mat-chip>Chip 1<mat-chip>
47-
<mat-chip>Chip 2<mat-chip>
46+
<mat-chip>Chip 1</mat-chip>
47+
<mat-chip>Chip 2</mat-chip>
4848
</mat-chip-list>
4949
<input matChipInputFor="chipList">
5050
</mat-form-field>

0 commit comments

Comments
 (0)