Skip to content

Commit

Permalink
Merge pull request #1920 from malouro/master
Browse files Browse the repository at this point in the history
Fix typos in prop descriptions
  • Loading branch information
bartvanandel authored Jun 11, 2021
2 parents 33987c6 + b6bf540 commit 2431026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class Calendar extends React.Component {
onDoubleClickEvent: PropTypes.func,

/**
* Callback fired when a focused calendar event recieves a key press.
* Callback fired when a focused calendar event receives a key press.
*
* ```js
* (event: Object, e: SyntheticEvent) => void
Expand Down Expand Up @@ -491,7 +491,7 @@ class Calendar extends React.Component {
selectable: PropTypes.oneOf([true, false, 'ignoreEvents']),

/**
* Specifies the number of miliseconds the user must press and hold on the screen for a touch
* Specifies the number of milliseconds the user must press and hold on the screen for a touch
* to be considered a "long press." Long presses are used for time slot selection on touch
* devices.
*
Expand Down

0 comments on commit 2431026

Please sign in to comment.