Merge pull request #4358 from moyoakala/patch-1
Fix typo and grammatical error in description for Calendar APIpull/4377/head
commit
e6af833aa6
|
@ -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