diff --git a/src/material/timepicker/timepicker.md b/src/material/timepicker/timepicker.md index 820e5aff6722..9e1d873f1b90 100644 --- a/src/material/timepicker/timepicker.md +++ b/src/material/timepicker/timepicker.md @@ -90,7 +90,7 @@ import {MAT_TIMEPICKER_CONFIG} from '@angular/material/timepicker'; ``` If your app requires more fine-grained control over the options, you can pass in an array of -options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerOption` +options into `mat-timepicker` instead. Note that the options need to match the `MatTimepickerConfig` interface.