Skip to content

Commit ae4e465

Browse files
donroycojosephperrott
authored andcommitted
docs(form-field): set correct method name (#9374)
1 parent 2a609b4 commit ae4e465

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
@@ -298,7 +298,7 @@ we'll use `my-tel-input` as our control type which will result in the form field
298298
controlType = 'my-tel-input';
299299
```
300300

301-
#### `setAriaDescribedByIds(ids: string[])`
301+
#### `setDescribedByIds(ids: string[])`
302302

303303
This method is used by the `<mat-form-field>` to specify the IDs that should be used for the
304304
`aria-describedby` attribute of your component. The method has one parameter, the list of IDs, we

0 commit comments

Comments
 (0)