From d6dc1c38bb36df0761d9c5526bec9b0b28633812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 31 Aug 2023 16:09:42 +0300 Subject: [PATCH] Update Calendar.d.ts --- components/lib/calendar/Calendar.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;