Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/chips/chip-text-control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.dev/license
*/

/** Interface for a text control that is used to drive interaction with a mat-chip-list. */
/** Interface for a text control that is used to drive interaction with a mat-chip-grid. */
export interface MatChipTextControl {
/** Unique identifier for the text control. */
id: string;
Expand Down
2 changes: 1 addition & 1 deletion src/material/form-field/form-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ This error occurs if you have added multiple hints for the same side. Keep in mi
This error occurs when you have not added a form field control to your form field. If your form
field contains a native `<input>` or `<textarea>` element, make sure you've added the `matInput`
directive to it and have imported `MatInputModule`. Other components that can act as a form field
control include `<mat-select>`, `<mat-chip-list>`, and any custom form field controls you've
control include `<mat-select>`, `<mat-chip-grid>`, and any custom form field controls you've
created.
Loading