aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-22 12:55:34 -0700
committerJacob Thornton <[email protected]>2011-09-22 12:55:34 -0700
commit46958b2b67102ccd599dca377556848795913091 (patch)
tree47ed007a1873b7ca231200e951884bce3d3e153c /docs
parent41983bbe675d1aa293f72dc3d3297f03f100fbaa (diff)
parent323de40e80a6a00cf1931f17c3d3c1f608bab7a6 (diff)
downloadbootstrap-46958b2b67102ccd599dca377556848795913091.tar.xz
bootstrap-46958b2b67102ccd599dca377556848795913091.zip
Merge branch 'master' of github.com:twitter/bootstrap
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 9f153c0bf..bb8864d46 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -214,7 +214,7 @@ $('#my-modal').bind('hidden', function () {
<a href="../js/bootstrap-dropdown.js" target="_blank" class="btn primary">Download</a>
</div>
<div class="span12 columns">
- <h3>Using boostrap-dropdown.js</h3>
+ <h3>Using bootstrap-dropdown.js</h3>
<pre class="prettyprint linenums">$('#topbar').dropdown()</pre>
<h3>Markup</h3>
<p>To quickly add dropdown functionality to any nav element, use the <code>data-dropdown</code> attribute. Any valid bootstrap dropdown will automatically be activated.</p>
@@ -291,7 +291,7 @@ $('#my-modal').bind('hidden', function () {
<a href="../js/bootstrap-scrollspy.js" target="_blank" class="btn primary">Download</a>
</div>
<div class="span12 columns">
- <h2>Using boostrap-scrollspy.js</h2>
+ <h2>Using bootstrap-scrollspy.js</h2>
<pre class="prettyprint linenums">$('#topbar').scrollSpy()</pre>
<h3>Markup</h3>
<p>To easily add scrollspy behavior to your nav, just add the <code>data-scrollspy</code> attribute to the <code>.topbar</code>.
@@ -326,7 +326,7 @@ $('#my-modal').bind('hidden', function () {
<a href="../js/bootstrap-tabs.js" target="_blank" class="btn primary">Download</a>
</div>
<div class="span12 columns">
- <h3>Using boostrap-tabs.js</h3>
+ <h3>Using bootstrap-tabs.js</h3>
<pre class="prettyprint linenums">$('.tabs').tabs()</pre>
<h3>Markup</h3>
<p>You can activate a tab or pill navigation without writing any javascript by simply giving them a <code>data-tabs</code> or <code>data-pills</code> attribute.</p>
@@ -508,11 +508,11 @@ $('#my-modal').bind('hidden', function () {
</div>
<div class="row">
<div class="span4 columns">
- <p>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">boostrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</p>
+ <p>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">bootstrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</p>
<a href="../js/bootstrap-popover.js" target="_blank" class="btn primary">Download</a>
</div>
<div class="span12 columns">
- <h3>Using boostrap-popover.js</h3>
+ <h3>Using bootstrap-popover.js</h3>
<pre class="prettyprint linenums">$('#example').popover(options)</pre>
<h3>Options</h3>
<table class="zebra-striped">