Skip to content

Commit 08b6b28

Browse files
committed
Fix typo in comment of jquery-bootstrap example
1 parent 68ba3b6 commit 08b6b28

File tree

1 file changed

+1
-1
lines changed
  • examples/jquery-bootstrap/js

1 file changed

+1
-1
lines changed

examples/jquery-bootstrap/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var BootstrapButton = React.createClass({
1212
});
1313

1414
var BootstrapModal = React.createClass({
15-
// The following two methods are the only places we need to
15+
// The following four methods are the only places we need to
1616
// integrate with Bootstrap or jQuery!
1717
componentDidMount: function() {
1818
// When the component is added, turn it into a modal

0 commit comments

Comments
 (0)