diff options
author | Jacob McCutcheon <jacob.mccutcheon@gmail.com> | 2013-08-12 11:39:00 +1000 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-10-22 05:22:09 -0700 |
commit | df2c9826405699c9ef0d582aca8ecf5560c3dfff (patch) | |
tree | ec9cbb2d5c71447c0b298ef503090cf6398e7437 /demos | |
parent | fdc7052fdb7fdac34e79203a0cea2376fa588994 (diff) | |
download | jquery-ui-df2c9826405699c9ef0d582aca8ecf5560c3dfff.tar.gz jquery-ui-df2c9826405699c9ef0d582aca8ecf5560c3dfff.zip |
Fixed spelling error delay-start.html
Diffstat (limited to 'demos')
-rw-r--r-- | demos/resizable/delay-start.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/delay-start.html b/demos/resizable/delay-start.html index b7ced8818..6ecd3b6f8 100644 --- a/demos/resizable/delay-start.html +++ b/demos/resizable/delay-start.html @@ -39,7 +39,7 @@ </div> <div class="demo-description"> -<p>Delay the start of resizng for a number of milliseconds with the <code>delay</code> option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the <code>distance</code> option.</p> +<p>Delay the start of resizing for a number of milliseconds with the <code>delay</code> option; prevent resizing until the cursor is held down and dragged a specifed number of pixels with the <code>distance</code> option.</p> </div> </body> </html> |