diff --git a/docs/javascript.html b/docs/javascript.html index 9d1aec49df..35327319a5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1132,7 +1132,7 @@ $('#my-alert').bind('closed', function () {

Do more with buttons. Control button states or create groups of buttons for more components like toolbars.

Stateful

-

Add data-loading-text="Loading..." to use a loading state on a button.

+

Add data-loading-text="Loading..." to use a loading state on a button.

<button type="button" class="btn btn-primary" data-toggle="button">Single Toggle</button>

Checkbox

-

Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.

+

Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.

@@ -1165,7 +1165,7 @@ $('#my-alert').bind('closed', function () {

Radio

-

Add data-toggle="buttons-radio" for radio style toggling on btn-group.

+

Add data-toggle="buttons-radio" for radio style toggling on btn-group.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 33d788e4dc..2fb2020c0d 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1062,7 +1062,7 @@ $('#my-alert').bind('closed', function () {

{{_i}}Do more with buttons. Control button states or create groups of buttons for more components like toolbars.{{/i}}

{{_i}}Stateful{{/i}}

-

{{_i}}Add data-loading-text="Loading..." to use a loading state on a button.{{/i}}

+

{{_i}}Add data-loading-text="Loading..." to use a loading state on a button.{{/i}}

{{! /example }}
<button type="button" class="btn btn-primary" data-toggle="button">Single Toggle</button>

{{_i}}Checkbox{{/i}}

-

{{_i}}Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.{{/i}}

+

{{_i}}Add data-toggle="buttons-checkbox" for checkbox style toggling on btn-group.{{/i}}

@@ -1095,7 +1095,7 @@ $('#my-alert').bind('closed', function () {

{{_i}}Radio{{/i}}

-

{{_i}}Add data-toggle="buttons-radio" for radio style toggling on btn-group.{{/i}}

+

{{_i}}Add data-toggle="buttons-radio" for radio style toggling on btn-group.{{/i}}