Skip to content

Commit d3552b7

Browse files
felhagcrisbeto
authored andcommitted
docs(material/chips): fixed chips-avatar-example (#28339)
(cherry picked from commit 2b3bc8f)
1 parent 53b0660 commit d3552b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components-examples/material/chips/chips-avatar/chips-avatar-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<mat-chip-listbox aria-label="Dog selection">
1+
<mat-chip-set aria-label="Dog selection">
22
<mat-chip>
33
<img matChipAvatar src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
44
Dog one
@@ -11,4 +11,4 @@
1111
<img matChipAvatar src="https://material.angular.io/assets/img/examples/shiba1.jpg" alt="Photo of a Shiba Inu"/>
1212
Dog three
1313
</mat-chip>
14-
</mat-chip-listbox>
14+
</mat-chip-set>

0 commit comments

Comments
 (0)