Skip to content

Commit

Permalink
[docs] Fix typo in DateTimePicker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Mar 14, 2023
1 parent b3ab99d commit 43d5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/dates/DateTimePicker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { DateTimePickerDemos } from '@mantine/demos';

## DatePicker props

`DatePickerInput` supports all props from [DatePicker](https://mantine.dev/dates/date-picker/),
`DateTimePicker` supports all props from [DatePicker](https://mantine.dev/dates/date-picker/),
read through its documentation to learn about all component features that are not listed on this page.

## Usage
Expand Down

0 comments on commit 43d5771

Please sign in to comment.