Skip to content

Commit

Permalink
docs(material/chips): wrong example name (#29572)
Browse files Browse the repository at this point in the history
Fixes that the chips doc weren't referring the an example correctly.

Fixes #29571.

(cherry picked from commit 5fa8101)
  • Loading branch information
crisbeto committed Aug 12, 2024
1 parent f5566c8 commit 0f8b4c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/material/chips/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Chips are always used inside a container. To create chips connected to an input
Chips are compatible with `@angular/forms` and supports both `FormsModule`
and `ReactiveFormsModule`.

<!-- example(chips-template-form-example) -->
<!-- example(chips-reactive-form-example) -->
<!-- example(chips-template-form) -->
<!-- example(chips-reactive-form) -->

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

Expand Down

0 comments on commit 0f8b4c4

Please sign in to comment.