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/templates/pages/javascript.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/templates/pages/javascript.mustache') 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