From ea88223e5d0f188f936cb2b39a061a5ceb7221b5 Mon Sep 17 00:00:00 2001 From: Sean McNamara Date: Tue, 14 Sep 2021 20:40:28 +0100 Subject: [PATCH] Fixes minor typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 963a5b3..e8f2934 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ There are four presentations for DateTimePicker and can be defined in the type p * `DateTimePickerType.date` will present a text field with the action tap showing a datePicker dialog box; * `DateTimePickerType.time` will present a text field with the action tap showing a timePicker dialog box; * `DateTimePickerType.dateTime` will present a text field with the action tap showing a datePicker dialog box then a timePicker dialog box; -* `DateTimePickerType.dateTimeSeparated` will display two text fields side by side, the first for date and the second for time. Each displaying their respective dialog box, datePicker and timePicker in the tap action; +* `DateTimePickerType.dateTimeSeparate` will display two text fields side by side, the first for date and the second for time. Each displaying their respective dialog box, datePicker and timePicker in the tap action; ``` dart DateTimePicker( @@ -94,4 +94,4 @@ The result of val in `onChanged`, `validator` and `onSaved` will be a DateTime S ## Preview -![Overview](https://raw.githubusercontent.com/m3uzz/date_time_picker/master/doc/images/date_time_picker.gif) \ No newline at end of file +![Overview](https://raw.githubusercontent.com/m3uzz/date_time_picker/master/doc/images/date_time_picker.gif)