Skip to content

Commit

Permalink
Merge pull request react-bootstrap#945 from ncnlinh/patch-1
Browse files Browse the repository at this point in the history
Fix Position.js typo `componentWillRecieveProps`
  • Loading branch information
AlexKVal committed Jul 6, 2015
2 parents d6ba75e + 9e6b5c5 commit 25a716f
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 25a716f

Please sign in to comment.