diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-27 00:31:29 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-27 00:31:29 +0000 |
commit | 42487ffbb1fa4e9c5d3df1a4cfea45092384ff8d (patch) | |
tree | b32eca57604e9c24e327dab3524014bb3a1935e7 /demos/functional | |
parent | 5eb7c9ae3a8d77f01a5d226880172e936815be9b (diff) | |
download | jquery-ui-42487ffbb1fa4e9c5d3df1a4cfea45092384ff8d.tar.gz jquery-ui-42487ffbb1fa4e9c5d3df1a4cfea45092384ff8d.zip |
demos - typos
Diffstat (limited to 'demos/functional')
-rw-r--r-- | demos/functional/index.html | 2 | ||||
-rw-r--r-- | demos/functional/templates/ui.droppable.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index 746148c1d..8ec565c72 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -181,7 +181,7 @@ </h3> <p> - The functional demos are provided to give users an idea of how jQueryUI works. You only need to copy and paste code from the demos. Have fun playing with it. + The functional demos are provided to give users an idea of how jQuery UI works. You only need to copy and paste code from the demos. Have fun playing with it. </p> <div id="functional-demo-face" style="margin-left: 10px;"> diff --git a/demos/functional/templates/ui.droppable.html b/demos/functional/templates/ui.droppable.html index fa9d7249a..e475d9324 100644 --- a/demos/functional/templates/ui.droppable.html +++ b/demos/functional/templates/ui.droppable.html @@ -4,7 +4,7 @@ renderAt: '#containerDemo', - title: 'Doppable Demos', + title: 'Droppable Demos', demos: [ |