Skip to content

Commit 59c4955

Browse files
Vijarzpao
authored andcommitted
1 parent ba717cf commit 59c4955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tips/12-initial-ajax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var UserGist = React.createClass({
2626
$.get(this.props.source, function(result) {
2727
var lastGist = result[0];
2828
this.setState({
29-
username: lastGist.user.login,
29+
username: lastGist.owner.login,
3030
lastGistUrl: lastGist.html_url
3131
});
3232
}.bind(this));

0 commit comments

Comments
 (0)