]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo per #2494
authorMark Otto <markotto@twitter.com>
Sat, 10 Mar 2012 22:20:46 +0000 (14:20 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 10 Mar 2012 22:20:46 +0000 (14:20 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index d17012d706b95af27330d51b13707bd8454c86f4..919209d50e1fe565e5b5b8215c6a84a154d3fa9d 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 49d54db88534f8d826de5d52c133a3dbe2861fce..4ecb5d3a97a4db7814393c594aacc26ef198be20 100644 (file)
@@ -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.
index e3c110e13d88e254458d1af887477264ce20ff8b..633c9781b72e755589794633aedfa4a9715850ae 100644 (file)
@@ -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}}