diff --git a/api-generator/components/calendar.js b/api-generator/components/calendar.js index 97b6dbbab..90804b932 100644 --- a/api-generator/components/calendar.js +++ b/api-generator/components/calendar.js @@ -243,7 +243,7 @@ const CalendarProps = [ name: 'manualInput', type: 'boolean', default: 'true', - description: 'Wheter to allow prevents entering the date manually via typing.' + description: 'Whether to allow entering the date manually via typing.' }, { name: 'appendTo',