Skip to content

Commit

Permalink
fix constructor spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoylife committed Mar 5, 2017
1 parent f17191d commit 3956d9d
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 @@ -59,7 +59,7 @@ class MyComponent extends React.Component {
state = {
selectedDay: new Date(),
}
costructor(props) {
constructor(props) {
super(props);
this.handleDayClick = this.handleDayClick.bind(this);
}
Expand Down

0 comments on commit 3956d9d

Please sign in to comment.