Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 72c4e7a

Browse files
committed
Fix typo
1 parent f185fe8 commit 72c4e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/scripts/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var CommentBox = React.createClass({
4343
comments.push(comment);
4444
this.setState({data: comments}, function() {
4545
// `setState` accepts a callback. To avoid (improbable) race condition,
46-
// `we'll send the ajax request right after we optimistically set the new
47-
// `state.
46+
// we'll send the ajax request right after we optimistically set the new
47+
// state.
4848
$.ajax({
4949
url: this.props.url,
5050
dataType: 'json',

0 commit comments

Comments
 (0)