From 2d6231f486213c63176a4a04ccd6e1430d683333 Mon Sep 17 00:00:00 2001 From: jon madison Date: Thu, 4 Sep 2014 16:07:34 -0700 Subject: [PATCH] corrected highlighted/updated line in tutorial example --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 922c2a2a..aaaa5187 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -560,7 +560,7 @@ var CommentBox = React.createClass({ Let's call the callback from the `CommentForm` when the user submits the form: -```javascript{6} +```javascript{10} // tutorial18.js var CommentForm = React.createClass({ handleSubmit: function(e) {