From: Chris Rebert Date: Wed, 14 Aug 2013 20:45:20 +0000 (-0700) Subject: Add missing close-parens in docs sentence; fixes #9512 X-Git-Tag: v3.0.0~81^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9972c5d201079690eece84fac60939f416795b6;p=thirdparty%2Fbootstrap.git Add missing close-parens in docs sentence; fixes #9512 --- diff --git a/javascript.html b/javascript.html index fd0a5a027f..4193ad5cea 100644 --- a/javascript.html +++ b/javascript.html @@ -15,7 +15,7 @@ base_url: "../"

Individual or compiled

-

Plugins can be included individually (using Bootstrap's individual *.js files, or all at once (using bootstrap.js or the minified bootstrap.min.js.

+

Plugins can be included individually (using Bootstrap's individual *.js files), or all at once (using bootstrap.js or the minified bootstrap.min.js).

Do not attempt to include both.