Skip to content

Commit

Permalink
Merge pull request #271 from enjoylife/patch-1
Browse files Browse the repository at this point in the history
fix constructor spelling
  • Loading branch information
gpbl committed Mar 6, 2017
2 parents f17191d + 3956d9d commit b9af020
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 b9af020

Please sign in to comment.