Skip to content

Commit 8d9cf06

Browse files
docs(datepicker): remove spaces in useUtc example
1 parent 8df3128 commit 8d9cf06

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
@@ -252,7 +252,7 @@ By default the `MomentDateAdapter` will creates dates in your time zone specific
252252
@NgModule({
253253
imports: [MatDatepickerModule, MatMomentDateModule],
254254
providers: [
255-
{ provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: { useUtc: true } }
255+
{provide: MAT_MOMENT_DATE_ADAPTER_OPTIONS, useValue: {useUtc: true}}
256256
]
257257
})
258258
```

0 commit comments

Comments
 (0)