From 39c4414d5aec8476404432c58958f0424be3396e Mon Sep 17 00:00:00 2001 From: Paul Seiffert Date: Thu, 30 May 2013 16:22:11 +0200 Subject: [PATCH] Highlighting the correct line --- docs/docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial.md b/docs/docs/tutorial.md index ddeae78aa8a..e30eebe2e27 100644 --- a/docs/docs/tutorial.md +++ b/docs/docs/tutorial.md @@ -501,7 +501,7 @@ When a user submits a comment, we will need to refresh the list of comments to i We need to pass data from the child component to its parent. We do this by passing a `callback` in props from parent to child: -```javascript{13-15,30} +```javascript{13-15,32} // tutorial17.js var CommentBox = React.createClass({ loadCommentsFromServer: function() {