aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-10 14:20:46 -0800
committerMark Otto <[email protected]>2012-03-10 14:20:46 -0800
commitaef230d40ad79263cbdc2214509be4daa8ec92ea (patch)
tree3095abec1d276137035a44d309e5eef1dabde0ab /docs
parentf7d4fb61ce1c1f2acde74d779adbc91d137e157c (diff)
downloadbootstrap-aef230d40ad79263cbdc2214509be4daa8ec92ea.tar.xz
bootstrap-aef230d40ad79263cbdc2214509be4daa8ec92ea.zip
fix typo per #2494
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin9620 -> 54817 bytes
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/javascript.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index d17012d70..919209d50 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/javascript.html b/docs/javascript.html
index 49d54db88..4ecb5d3a9 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1062,7 +1062,7 @@ $('#my-alert').bind('closed', function () {
</pre>
<h3>Methods</h3>
<h4>$().button('toggle')</h4>
- <p>Toggles push state. Gives btn the look that it hass been activated.</p>
+ <p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<div class="alert alert-info">
<strong>Heads up!</strong>
You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index e3c110e13..633c9781b 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -986,7 +986,7 @@ $('#my-alert').bind('closed', function () {
</pre>
<h3>{{_i}}Methods{{/i}}</h3>
<h4>$().button('toggle')</h4>
- <p>{{_i}}Toggles push state. Gives btn the look that it hass been activated.{{/i}}</p>
+ <p>{{_i}}Toggles push state. Gives the button the appearance that it has been activated.{{/i}}</p>
<div class="alert alert-info">
<strong>{{_i}}Heads up!{{/i}}</strong>
{{_i}}You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.{{/i}}