Skip to content

Commit e8ae494

Browse files
authored
1 parent 44b800d commit e8ae494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/creating-a-custom-form-field-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ This property allows us to specify a unique string for the type of control in fo
331331
`<mat-form-field>` will add an additional class based on this type that can be used to easily apply
332332
special styles to a `<mat-form-field>` that contains a specific type of control. In this example
333333
we'll use `example-tel-input` as our control type which will result in the form field adding the
334-
class `mat-form-field-example-tel-input`.
334+
class `mat-form-field-type-example-tel-input`.
335335

336336
```ts
337337
controlType = 'example-tel-input';

0 commit comments

Comments
 (0)