diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-09 16:19:18 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-09 16:20:15 -0400 |
commit | 1d266c18743c778b34287a40622c813126657c69 (patch) | |
tree | 5904b60c09224048d16238bffaf798a1b6d5a674 /demos | |
parent | c7c5b6b15cd24ae0de95ff576f8ca6b6b8892ced (diff) | |
download | jquery-ui-1d266c18743c778b34287a40622c813126657c69.tar.gz jquery-ui-1d266c18743c778b34287a40622c813126657c69.zip |
Widget demo: Fixed typo.
(cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522)
Diffstat (limited to 'demos')
-rw-r--r-- | demos/widget/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html index f45db8bbf..e49547beb 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -171,7 +171,7 @@ <div id="my-widget1">color me</div> <div id="my-widget2">color me</div> <div id="my-widget3">color me</div> - <button id="disable">Toglge disabled option</button> + <button id="disable">Toggle disabled option</button> <button id="black">Go black</button> </div> |