Skip to content

Commit 4d57553

Browse files
robstraderandrewseguin
authored andcommitted
docs(material/datepicker): missing space in date format section (#24710)
(cherry picked from commit 8c19346)
1 parent d270f3a commit 4d57553

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
@@ -459,7 +459,7 @@ It is also possible to create your own `DateAdapter` that works with any date fo
459459
requires. This is accomplished by subclassing `DateAdapter` and providing your subclass as the
460460
`DateAdapter` implementation. You will also want to make sure that the `MAT_DATE_FORMATS` provided
461461
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
462+
[_Customizing the parse and display formats_](#customizing-the-parse-and-display-formats) for more
463463
information about `MAT_DATE_FORMATS`.
464464

465465
```ts

0 commit comments

Comments
 (0)