We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ff33c commit 975c3d9Copy full SHA for 975c3d9
src/material/form-field/form-field.md
@@ -154,5 +154,5 @@ This error occurs if you have added multiple hints for the same side. Keep in mi
154
This error occurs when you have not added a form field control to your form field. If your form
155
field contains a native `<input>` or `<textarea>` element, make sure you've added the `matInput`
156
directive to it and have imported `MatInputModule`. Other components that can act as a form field
157
-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
158
created.
0 commit comments