Skip to content

docs(material/form-field): fix typo in form-field overview #24631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2022
Merged
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/form-field/form-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following Angular Material components are designed to work inside a `<mat-fo

### Form field appearance variants
The `mat-form-field` supports 4 different appearance variants which can be set via the `appearance`
input. The `fill` an `outline` appearances implement the current version of the spec. The `fill`
input. The `fill` and `outline` appearances implement the current version of the spec. The `fill`
appearance displays the form field with a filled background box and an underline, while the
`outline` appearance shows the form field with a border all the way around.

Expand Down