From b3d69dbd466bc3876d7e411fa39e325433d4818d Mon Sep 17 00:00:00 2001 From: Olmo del Corral Date: Thu, 26 Jan 2017 07:47:00 +0100 Subject: [PATCH] fix Useful --- react-widgets/lib/DateTimePicker.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-widgets/lib/DateTimePicker.d.ts b/react-widgets/lib/DateTimePicker.d.ts index 6428927cf4..0760648984 100644 --- a/react-widgets/lib/DateTimePicker.d.ts +++ b/react-widgets/lib/DateTimePicker.d.ts @@ -32,7 +32,7 @@ interface DateTimePickerProps extends React.Props { */ currentDate?: Date; /* - * Default value for current date. Usefull for suggesting a date when the caldenar opens without keep forcing it once 'value' is set. + * Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set. */ defaultCurrentDate?: Date; /**