diff options
| author | Mark Otto <[email protected]> | 2013-04-07 22:58:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-07 22:58:16 -0700 |
| commit | 92977fb13e6a837cd0bc31cb2003fce7c235bf4b (patch) | |
| tree | 713b8e3440e7ab57fc9a88d8425fa1a13b875cf1 /docs/docs.html | |
| parent | cfea6d295e697f82b25149f0c853e3a18fd11062 (diff) | |
| download | bootstrap-92977fb13e6a837cd0bc31cb2003fce7c235bf4b.tar.xz bootstrap-92977fb13e6a837cd0bc31cb2003fce7c235bf4b.zip | |
fixes #7503: don't do dat
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html index 4506d5ae5..0ae2198ad 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4809,7 +4809,7 @@ For example, <code><section></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> |
