We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d270f3a commit 4d57553Copy full SHA for 4d57553
src/material/datepicker/datepicker.md
@@ -459,7 +459,7 @@ It is also possible to create your own `DateAdapter` that works with any date fo
459
requires. This is accomplished by subclassing `DateAdapter` and providing your subclass as the
460
`DateAdapter` implementation. You will also want to make sure that the `MAT_DATE_FORMATS` provided
461
in your app are formats that can be understood by your date implementation. See
462
-[_Customizing the parse and display formats_](#customizing-the-parse-and-display-formats)for more
+[_Customizing the parse and display formats_](#customizing-the-parse-and-display-formats) for more
463
information about `MAT_DATE_FORMATS`.
464
465
```ts
0 commit comments