From 3e2ea64684d09a3940bf90b26dfec020cbe79c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Fri, 5 Sep 2014 10:59:24 -0700 Subject: [PATCH] Merge pull request #2148 from nordstrom-innovation/docfix corrected highlighted/updated line in tutorial example --- 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 922c2a2a9a..aaaa5187df 100644 --- a/docs/docs/tutorial.md +++ b/docs/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) {