diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d17012d706..919209d50e 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 49d54db885..4ecb5d3a97 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 e3c110e13d..633c9781b7 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}}