Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Aug 30, 2014
1 parent 52e3cde commit 3da6013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var User = React.createClass({
// 0.6.x
var User = React.createClass({
getInitialState: function() {
return this.getState();{
return this.getState();
},

componentWillReceiveProps: function(newProps) {
Expand Down

0 comments on commit 3da6013

Please sign in to comment.