Skip to content

Commit

Permalink
[docs] Fix typo in date picker dayjs adapter name (#23935)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmrm authored Dec 10, 2020
1 parent 417a446 commit 189e875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This component relies on the date management library of your choice. It supports
Please install any of these libraries and set up the right date engine by wrapping your root (or the highest level you wish the pickers to be available) with `LocalizationProvider`:

```jsx
// or @material-ui/lab/Adapter{DayJS,Luxon,Moment} or any valid date-io adapter
// or @material-ui/lab/Adapter{Dayjs,Luxon,Moment} or any valid date-io adapter
import AdapterDateFns from '@material-ui/lab/AdapterDateFns';
import LocalizationProvider from '@material-ui/lab/LocalizationProvider';

Expand Down

0 comments on commit 189e875

Please sign in to comment.