Skip to content

Commit

Permalink
fix typo in DatePickerAndroidTypes.js (facebook#24234)
Browse files Browse the repository at this point in the history
Summary:
fix typo in DatePickerAndroidTypes.js, fixes facebook#24137

[Android] [Changed] - fix typo in DatePickerAndroidTypes.js
Pull Request resolved: facebook#24234

Differential Revision: D14705691

Pulled By: cpojer

fbshipit-source-id: 0d4aee045f7ec36b0cfcd5b4ce5a2cd47cee9ec5
  • Loading branch information
dulmandakh authored and zhongwuzw committed Apr 9, 2019
1 parent 036e107 commit 2c9a43d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ export type Options = $ReadOnly<{|
date?: ?(Date | number),
minDate?: ?(Date | number),
maxDate?: ?(Date | number),
mode?: ?('calender' | 'spinner' | 'default'),
mode?: ?('calendar' | 'spinner' | 'default'),
|}>;

export type DatePickerOpenAction =
Expand Down

0 comments on commit 2c9a43d

Please sign in to comment.