Skip to content

Commit 1e9c416

Browse files
authored
docs(material/datepicker): fix typo in overview (#19216)
1 parent 574345c commit 1e9c416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/datepicker/datepicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ export class MyComponent {
288288

289289
<!-- example(datepicker-moment) -->
290290

291-
By default the `MomentDateAdapter` will creates dates in your time zone specific locale. You can change the default behaviour to parse dates as UTC by providing the `MAT_MOMENT_DATE_ADAPTER_OPTIONS` and setting it to `useUtc: true`.
291+
By default the `MomentDateAdapter` creates dates in your time zone specific locale. You can change the default behaviour to parse dates as UTC by providing the `MAT_MOMENT_DATE_ADAPTER_OPTIONS` and setting it to `useUtc: true`.
292292

293293
```ts
294294
@NgModule({

0 commit comments

Comments
 (0)