Skip to content

Commit c8be187

Browse files
Mark lines with changes
1 parent d769fcc commit c8be187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ var CommentForm = React.createClass({
593593

594594
Let's make the form interactive. When the user submits the form, we should clear it, submit a request to the server, and refresh the list of comments. To start, let's listen for the form's submit event and clear it.
595595

596-
```javascript{2-13,16}
596+
```javascript{2-13,16-18}
597597
var CommentForm = React.createClass({
598598
handleSubmit: function(e) {
599599
e.preventDefault();

0 commit comments

Comments
 (0)