We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fd4bb commit bfd6dd1Copy full SHA for bfd6dd1
src/lib/form-field/form-field.ts
@@ -79,7 +79,7 @@ export const _MatFormFieldMixinBase: CanColorCtor & typeof MatFormFieldBase =
79
export type MatFormFieldAppearance = 'legacy' | 'standard' | 'fill' | 'outline';
80
81
/**
82
- * Represents the default options form the form field that can be configured
+ * Represents the default options for the form field that can be configured
83
* using the `MAT_FORM_FIELD_DEFAULT_OPTIONS` injection token.
84
*/
85
export interface MatFormFieldDefaultOptions {
0 commit comments