diff options
| author | Mark Otto <[email protected]> | 2012-12-21 00:28:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-21 00:28:07 -0800 |
| commit | 704dfb2f1d4e8f74715c37547668d29aa8e3ea6c (patch) | |
| tree | 77806b2e77654090694936a9a22e15f6bd7ffba1 /docs/javascript.html | |
| parent | c1e82732cf4c87e0e73458feaf3b7c76e1ea489e (diff) | |
| parent | a27bf30f0d7a42f356d661db9835710bc8917067 (diff) | |
| download | bootstrap-704dfb2f1d4e8f74715c37547668d29aa8e3ea6c.tar.xz bootstrap-704dfb2f1d4e8f74715c37547668d29aa8e3ea6c.zip | |
Merge pull request #6360 from Quy/2.3.0-wip
Miscellaneous changes to docs
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index a10360bf3..9f574e4f3 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -161,7 +161,7 @@ $('#myModal').on('show', function (e) { <h1>Transitions <small>bootstrap-transition.js</small></h1> </div> <h3>About transitions</h3> - <p>For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.</p> + <p>For simple transition effects, include <strong>bootstrap-transition.js</strong> once alongside the other JS files. If you're using the compiled (or minified) <strong>bootstrap.js</strong>, there is no need to include this—it's already there.</p> <h3>Use cases</h3> <p>A few examples of the transition plugin:</p> <ul> |
