Skip to content

Commit 615becf

Browse files
Update DateTimePicker.md
Fixed typo that leads to problem when compiling on a case sensitive platform.
1 parent b6b3dbe commit 615becf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/DateTimePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here are some examples of the control:
2525
- Import the control into your component. The DateConvention and TimeConvention controls if the time of day controls are shown and the time format used (12 hours/24 hours).
2626

2727
```TypeScript
28-
import { DateTimePicker, DateConvention, TimeConvention } from '@pnp/spfx-controls-react/lib/dateTimePicker';
28+
import { DateTimePicker, DateConvention, TimeConvention } from '@pnp/spfx-controls-react/lib/DateTimePicker';
2929
```
3030
- Use the `DateTimePicker` control in your code as follows, either as an uncontrolled or a controlled component:
3131

0 commit comments

Comments
 (0)