diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-23 09:40:24 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-23 09:40:24 +0200 |
commit | 8cba84c246e6c9df8af2fb974aff70e576f51961 (patch) | |
tree | ce3a9ef9a21cd7021eb8e6e8194a9a7e4930e110 | |
parent | cfa185d962a153aa50c1ec991f37a24d222abce2 (diff) | |
download | jquery-ui-8cba84c246e6c9df8af2fb974aff70e576f51961.tar.gz jquery-ui-8cba84c246e6c9df8af2fb974aff70e576f51961.zip |
Fixed typo in demo description
-rw-r--r-- | demos/button/splitbutton.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/splitbutton.html b/demos/button/splitbutton.html index 7e4d66038..c56ed5b2c 100644 --- a/demos/button/splitbutton.html +++ b/demos/button/splitbutton.html @@ -49,7 +49,7 @@ <div class="demo-description"> -<p>An example of a split button built with two buttons: A plan button with just text, one with only a primary icon +<p>An example of a split button built with two buttons: A plain button with just text, one with only a primary icon and no text. Both are grouped together in a set.</p> </div><!-- End demo-description --> |