@@ -324,65 +324,65 @@ An array containing the short weekdays names to use in the month's header. Must
324324
325325### onCaptionClick
326326
327- ** Type** : ` (currentMonth: Date, e: SyntethicEvent ) ⇒ void `
327+ ** Type** : ` (currentMonth: Date, e: SyntheticEvent ) ⇒ void `
328328
329329Event handler when the user clicks on the caption in the header displaying the month.
330330
331331---
332332
333333### onDayClick
334334
335- ** Type** : ` (day: Date, modifiers: Object, e: SyntethicEvent ) ⇒ void `
335+ ** Type** : ` (day: Date, modifiers: Object, e: SyntheticEvent ) ⇒ void `
336336
337337Event handler when the user clicks on a day cell.
338338
339339---
340340
341341### onBlur
342342
343- ** Type** : ` (e: SyntethicEvent ) ⇒ void `
343+ ** Type** : ` (e: SyntheticEvent ) ⇒ void `
344344
345345Event handler when the calendar get the ` blur ` event.
346346
347347### onDayKeyDown
348348
349- ** Type** : ` (day: Date, modifiers: Object, e: SyntethicEvent ) ⇒ void `
349+ ** Type** : ` (day: Date, modifiers: Object, e: SyntheticEvent ) ⇒ void `
350350
351351Event handler when the day cell gets the ` keydown ` event.
352352
353353### onDayMouseEnter
354354
355- ** Type** : ` (day: Date, modifiers: Object, e: SyntethicEvent ) ⇒ void `
355+ ** Type** : ` (day: Date, modifiers: Object, e: SyntheticEvent ) ⇒ void `
356356
357357Event handler when the mouse enters a day cell.
358358
359359### onDayMouseLeave
360360
361- ** Type** : ` (day: Date, modifiers: Object, e: SyntethicEvent ) ⇒ void `
361+ ** Type** : ` (day: Date, modifiers: Object, e: SyntheticEvent ) ⇒ void `
362362
363363Event handler when the mouse leave a day cell.
364364
365365### onDayTouchStart
366366
367- ** Type** : ` (day: Date, modifiers: Object, e: SyntethicEvent ) ⇒ void `
367+ ** Type** : ` (day: Date, modifiers: Object, e: SyntheticEvent ) ⇒ void `
368368
369369Event handler when the day cell gets the ` touchStart ` event.
370370
371371### onDayTouchEnd
372372
373- ** Type** : ` (day: Date, modifiers: Object, e: SyntethicEvent ) ⇒ void `
373+ ** Type** : ` (day: Date, modifiers: Object, e: SyntheticEvent ) ⇒ void `
374374
375375Event handler when the day cell gets the ` touchEnd ` event.
376376
377377### onFocus
378378
379- ** Type** : ` (e: SyntethicEvent ) ⇒ void `
379+ ** Type** : ` (e: SyntheticEvent ) ⇒ void `
380380
381381Event handler when the calendar get the ` focus ` event
382382
383383### onKeyDown
384384
385- ** Type** : ` (e: SyntethicEvent ) ⇒ void `
385+ ** Type** : ` (e: SyntheticEvent ) ⇒ void `
386386
387387Event handler when the calendar get the ` keydown ` event
388388
@@ -394,7 +394,7 @@ Event handler when the month is changed, i.e. clicking the navigation buttons or
394394
395395### onWeekClick
396396
397- ** Type** : ` (weekNumber: Number, days: Date[], e: SynteticEvent ) ⇒ void `
397+ ** Type** : ` (weekNumber: Number, days: Date[], e: SyntheticEvent ) ⇒ void `
398398
399399Event hander when the user clicks on a week number (when [ showWeekNumbers] ( #showweeknumbers ) is set to ` true ` ).
400400
0 commit comments