Skip to content

Commit 9742aa5

Browse files
committed
docs(material/chips): update interface description to reflect mat-chip-grid usage
1 parent 1eac9cd commit 9742aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/chips/chip-text-control.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
/** Interface for a text control that is used to drive interaction with a mat-chip-list. */
9+
/** Interface for a text control that is used to drive interaction with a mat-chip-grid. */
1010
export interface MatChipTextControl {
1111
/** Unique identifier for the text control. */
1212
id: string;

0 commit comments

Comments
 (0)