Skip to content

Commit

Permalink
Merge pull request vasanthk#1 from Segflow/master
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
vasanthk authored Mar 27, 2017
2 parents 68d981c + 7c7bb53 commit 1f02fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08.render-callback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class WindowWidth extends React.Component {
{width: window.innerWidth},
window.addEventListener(
"resize",
({target}) => this.setState({widthe: target.innerWidth})
({target}) => this.setState({width: target.innerWidth})
)
)
}
Expand Down

0 comments on commit 1f02fe7

Please sign in to comment.