diff options
| author | Mark Otto <[email protected]> | 2013-06-26 11:20:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-26 11:20:14 -0700 |
| commit | 68792fc1f95d4eb93eef954e3a1c3e8f872be7cf (patch) | |
| tree | 946c01a4223e519b95f2eee5edb784e17d23020f /docs/customize.html | |
| parent | cd4f131c497c4af2ccb3992e9b0cfa054cbadde6 (diff) | |
| parent | 274a3426576d7aef40bb2b760a3fc7a9bce95521 (diff) | |
| download | bootstrap-68792fc1f95d4eb93eef954e3a1c3e8f872be7cf.tar.xz bootstrap-68792fc1f95d4eb93eef954e3a1c3e8f872be7cf.zip | |
Merge pull request #8306 from cvrebert/styling-n-typo
Docs: fix 1 typo; use <code> in 1 place
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customize.html b/docs/customize.html index 19957867f..ed3363289 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -357,7 +357,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge </div> <div class="bs-callout"> <h4>Heads up!</h4> - <p>All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p> + <p>All checked plugins will be compiled into a single file, <code>bootstrap.js</code>. All plugins require the latest version of <a href="http://jquery.com/" target="_blank">jQuery</a> to be included.</p> </div> </div> |
