diff options
| author | Chris Rebert <[email protected]> | 2013-08-14 13:45:20 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-14 13:45:20 -0700 |
| commit | a9972c5d201079690eece84fac60939f416795b6 (patch) | |
| tree | e4bb88607c28ec0053baedd37bf97ab6c13aed42 /javascript.html | |
| parent | 3890ab3987a4fb0027fbfcafe1d6e3f31c9fcf4a (diff) | |
| download | bootstrap-a9972c5d201079690eece84fac60939f416795b6.tar.xz bootstrap-a9972c5d201079690eece84fac60939f416795b6.zip | |
Add missing close-parens in docs sentence; fixes #9512
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index fd0a5a027..4193ad5ce 100644 --- a/javascript.html +++ b/javascript.html @@ -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> |
