From 08b6b28902e473ddbbbccfa8a65e83a4f5760e8a Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Fri, 21 Nov 2014 12:05:39 -0500 Subject: [PATCH] Fix typo in comment of jquery-bootstrap example --- examples/jquery-bootstrap/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jquery-bootstrap/js/app.js b/examples/jquery-bootstrap/js/app.js index 042c6720eb..e6f97a4152 100644 --- a/examples/jquery-bootstrap/js/app.js +++ b/examples/jquery-bootstrap/js/app.js @@ -12,7 +12,7 @@ var BootstrapButton = React.createClass({ }); var BootstrapModal = React.createClass({ - // The following two methods are the only places we need to + // The following four methods are the only places we need to // integrate with Bootstrap or jQuery! componentDidMount: function() { // When the component is added, turn it into a modal