diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index ab8dd17cb..4875665a5 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -624,7 +624,7 @@ export interface CalendarProps { */ showWeek?: boolean | undefined; /** - * Wheter to allow prevents entering the date manually via typing. + * Whether to allow entering the date manually via typing. * @defaultValue true */ manualInput?: boolean | undefined;