Skip to content

Commit 5fa8101

Browse files
authored
docs(material/chips): wrong example name (angular#29572)
Fixes that the chips doc weren't referring the an example correctly. Fixes angular#29571.
1 parent dd8477c commit 5fa8101

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)