Skip to content

Commit dd500b1

Browse files
committed
docs(material/chips): wrong example name (#29572)
Fixes that the chips doc weren't referring the an example correctly. Fixes #29571. (cherry picked from commit 5fa8101)
1 parent 1c438b3 commit dd500b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material/chips/chips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Chips are always used inside a container. To create chips connected to an input
4444
Chips are compatible with `@angular/forms` and supports both `FormsModule`
4545
and `ReactiveFormsModule`.
4646

47-
<!-- example(chips-template-form-example) -->
48-
<!-- example(chips-reactive-form-example) -->
47+
<!-- example(chips-template-form) -->
48+
<!-- example(chips-reactive-form) -->
4949

5050
#### Disabled `<mat-chip-row>`
5151

0 commit comments

Comments
 (0)