From aef230d40ad79263cbdc2214509be4daa8ec92ea Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 10 Mar 2012 14:20:46 -0800 Subject: fix typo per #2494 --- docs/assets/bootstrap.zip | Bin 9620 -> 54817 bytes docs/javascript.html | 2 +- docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d17012d70..919209d50 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip 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 () {

Methods

$().button('toggle')

-

Toggles push state. Gives btn the look that it hass been activated.

+

Toggles push state. Gives the button the appearance that it has been activated.

Heads up! You can enable auto toggling of a button by using the data-toggle 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 () {

{{_i}}Methods{{/i}}

$().button('toggle')

-

{{_i}}Toggles push state. Gives btn the look that it hass been activated.{{/i}}

+

{{_i}}Toggles push state. Gives the button the appearance that it has been activated.{{/i}}

{{_i}}Heads up!{{/i}} {{_i}}You can enable auto toggling of a button by using the data-toggle attribute.{{/i}} -- cgit v1.2.3