Fix typo and grammatical error in manual input description for Calendar API
parent
fe60480678
commit
2496ab2d79
|
@ -243,7 +243,7 @@ const CalendarProps = [
|
||||||
name: 'manualInput',
|
name: 'manualInput',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: 'true',
|
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',
|
name: 'appendTo',
|
||||||
|
|
Loading…
Reference in New Issue