Skip to content

Commit

Permalink
Fix prop name typo in README (Hacker0x01#1552)
Browse files Browse the repository at this point in the history
The README had an incorrect prop name that gave me a bit of confusion until I looked further in the docs folder. Hopefully this saves someone else a couple minutes of digging.
  • Loading branch information
TheEricBurnett authored and martijnrusschen committed Nov 21, 2018
1 parent 07280ad commit 20c157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ You can also include a time picker by adding the showTimeSelect prop
/>
```

Times will be displayed at 30-minute intervals by default (default configurable via timeInterval prop)
Times will be displayed at 30-minute intervals by default (default configurable via timeIntervals prop)

More examples of how to use the time picker are given on the [main website](https://hacker0x01.github.io/react-datepicker)

Expand Down

0 comments on commit 20c157e

Please sign in to comment.