From 8f53abd1d1f0f748a91f5cd4e73758916141de37 Mon Sep 17 00:00:00 2001 From: swseverance Date: Sun, 27 Jan 2019 18:15:32 -0500 Subject: [PATCH] chore(form-field): fix spelling mistake --- src/lib/form-field/form-field.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/form-field/form-field.ts b/src/lib/form-field/form-field.ts index c481577776f9..b3dc3fb4d64e 100644 --- a/src/lib/form-field/form-field.ts +++ b/src/lib/form-field/form-field.ts @@ -79,7 +79,7 @@ export const _MatFormFieldMixinBase: CanColorCtor & typeof MatFormFieldBase = export type MatFormFieldAppearance = 'legacy' | 'standard' | 'fill' | 'outline'; /** - * Represents the default options form the form field that can be configured + * Represents the default options for the form field that can be configured * using the `MAT_FORM_FIELD_DEFAULT_OPTIONS` injection token. */ export interface MatFormFieldDefaultOptions {