We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fa6fc3 + 98e6387 commit 9953d48Copy full SHA for 9953d48
site/jekyll/getting-started/tutorial.md
@@ -325,8 +325,8 @@ var CommentList = React.createClass({
325
render: function() {
326
var commentNodes = this.props.data.map(function (comment) {
327
return (
328
- <Comment author={comment.author}>
329
- {comment.text}
+ <Comment author={comment.Author}>
+ {comment.Text}
330
</Comment>
331
);
332
});
0 commit comments