Skip to content

Commit 3da6013

Browse files
committed
typo
1 parent 52e3cde commit 3da6013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var User = React.createClass({
105105
// 0.6.x
106106
var User = React.createClass({
107107
getInitialState: function() {
108-
return this.getState();{
108+
return this.getState();
109109
},
110110

111111
componentWillReceiveProps: function(newProps) {

0 commit comments

Comments
 (0)