]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #7503: don't do dat
authorMark Otto <otto@github.com>
Mon, 8 Apr 2013 05:58:16 +0000 (22:58 -0700)
committerMark Otto <otto@github.com>
Mon, 8 Apr 2013 05:58:16 +0000 (22:58 -0700)
docs/docs.html

index 4506d5ae5bedf11104054201b6e361a972916bf5..0ae2198ad417f3924578c23f08ade1278955fe8f 100644 (file)
@@ -4809,7 +4809,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
     </div>
 
     <h3 id="js-individual-compiled">Individual or compiled</h3>
-    <p>Plugins can be included individually (though some have required dependencies), or all at once. <strong>Do attempt to include both.</strong> Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.</p>
+    <p>Plugins can be included individually (though some have required dependencies), or all at once. <strong>Do not attempt to include both.</strong> Both <strong>bootstrap.js</strong> and <strong>bootstrap.min.js</strong> contain all plugins in a single file.</p>
 
     <h3 id="js-data-attrs">Data attributes</h3>
     <p>You can use all Bootstrap plugins purely through the markup API without writing a single line of JavaScript. This is Bootstrap's first class API and should be your first consideration when using a plugin.</p>