aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 12:57:52 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 12:57:52 +0200
commitb6da520097195c8c5832736b339b2224d731a1f4 (patch)
tree452f489cba2dc7cb16f1c29d800268b915a5b928 /demos/resizable
parent16f421fd50c8c9df7c45f75c3bf75ad0aeca515e (diff)
downloadjquery-ui-b6da520097195c8c5832736b339b2224d731a1f4.tar.gz
jquery-ui-b6da520097195c8c5832736b339b2224d731a1f4.zip
Resizable demo: Fix description text, replacing the copy-pasta
Diffstat (limited to 'demos/resizable')
-rw-r--r--demos/resizable/textarea.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/textarea.html b/demos/resizable/textarea.html
index 45bc547a6..fdb790d70 100644
--- a/demos/resizable/textarea.html
+++ b/demos/resizable/textarea.html
@@ -28,7 +28,7 @@
<textarea id="resizable" rows="5" cols="20"></textarea>
<div class="demo-description">
-<p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
+<p>Resizable can be applied to a textarea. This allows the user to make the textarea bigger if ends up typing longer prose.</p>
</div>
</body>
</html>