Skip to content

Commit

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

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

Differential Revision: D14705691

Pulled By: cpojer

fbshipit-source-id: 0d4aee045f7ec36b0cfcd5b4ce5a2cd47cee9ec5
  • Loading branch information
dulmandakh authored and facebook-github-bot committed Apr 1, 2019
1 parent ec3adae commit 11ac06f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 11ac06f

Please sign in to comment.