Skip to content

Commit

Permalink
[fixed] Position.js typo componentDidUpate
Browse files Browse the repository at this point in the history
  • Loading branch information
ncnlinh committed Jul 7, 2015
1 parent 1d18e59 commit eb0c323
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 @@ -26,7 +26,7 @@ class Position extends React.Component {
componentDidMount(){
this._maybeUpdatePosition();
}
componentDidUpate(){
componentDidUpdate(){
this._maybeUpdatePosition();
}

Expand Down

0 comments on commit eb0c323

Please sign in to comment.