Skip to content

Commit d4d6653

Browse files
mukhrrcead22
andauthored
Update src/components/DatePicker/CalendarPicker/MonthPickerModal.tsx
Co-authored-by: Carlos Alvarez <cead22@gmail.com>
1 parent 16b292b commit d4d6653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DatePicker/CalendarPicker/MonthPickerModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type MonthPickerModalProps = {
2424
/** A minimum date (oldest) allowed to select */
2525
minDate?: Date;
2626

27-
/** A maximum date (earliest) allowed to select */
27+
/** A maximum date (latest) allowed to select */
2828
maxDate?: Date;
2929

3030
/** Function to call when the user selects a month */

0 commit comments

Comments
 (0)