Skip to content

Commit

Permalink
Fix Position.js typo componentWillRecieveProps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncnlinh committed Jul 6, 2015
1 parent 7f3ec2d commit 9e6b5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Position.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Position extends React.Component {
this._needsFlush = true;
}

componentWillRecieveProps(){
componentWillReceiveProps(){
this._needsFlush = true;
}

Expand Down

0 comments on commit 9e6b5c5

Please sign in to comment.