]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing close-parens in docs sentence; fixes #9512
authorChris Rebert <github@rebertia.com>
Wed, 14 Aug 2013 20:45:20 +0000 (13:45 -0700)
committerChris Rebert <github@rebertia.com>
Wed, 14 Aug 2013 20:45:20 +0000 (13:45 -0700)
javascript.html

index fd0a5a027fe346bb4369f7fd18985cb616683a5c..4193ad5ceae8110f8075664c8c63fdb2176fef5f 100644 (file)
@@ -15,7 +15,7 @@ base_url: "../"
     </div>
 
     <h3 id="js-individual-compiled">Individual or compiled</h3>
-    <p>Plugins can be included individually (using Bootstrap's individual <code>*.js</code> files, or all at once (using <code>bootstrap.js</code> or the minified <code>bootstrap.min.js</code>.</p>
+    <p>Plugins can be included individually (using Bootstrap's individual <code>*.js</code> files), or all at once (using <code>bootstrap.js</code> or the minified <code>bootstrap.min.js</code>).</p>
 
     <div class="bs-callout bs-callout-danger">
       <h4>Do not attempt to include both.</h4>