]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable demo: Fix description text, replacing the copy-pasta
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 24 Apr 2014 10:57:52 +0000 (12:57 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 24 Apr 2014 10:57:52 +0000 (12:57 +0200)
demos/resizable/textarea.html

index 45bc547a6aa1a7805f9ae4564daea8a963d02b6a..fdb790d70c697fc7ca5abbb21b3135056feb5c88 100644 (file)
@@ -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>