Skip to content

Commit bfd6dd1

Browse files
swseverancemmalerba
authored andcommitted
chore(form-field): fix spelling mistake (#14978)
1 parent a1fd4bb commit bfd6dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/form-field/form-field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const _MatFormFieldMixinBase: CanColorCtor & typeof MatFormFieldBase =
7979
export type MatFormFieldAppearance = 'legacy' | 'standard' | 'fill' | 'outline';
8080

8181
/**
82-
* Represents the default options form the form field that can be configured
82+
* Represents the default options for the form field that can be configured
8383
* using the `MAT_FORM_FIELD_DEFAULT_OPTIONS` injection token.
8484
*/
8585
export interface MatFormFieldDefaultOptions {

0 commit comments

Comments
 (0)