diff --git a/releases/next/docs/timepickerandroid.html b/releases/next/docs/timepickerandroid.html index a107e1e804f..77da84d3c3f 100644 --- a/releases/next/docs/timepickerandroid.html +++ b/releases/next/docs/timepickerandroid.html @@ -4,7 +4,7 @@ minute: 0, is24Hour: false, // Will display '2 PM' }); - if (action !== DatePickerAndroid.dismissedAction) { + if (action !== TimePickerAndroid.dismissedAction) { // Selected hour (0-23), minute (0-59) } } catch ({code, message}) {