diff options
Diffstat (limited to 'demos/resizable')
-rw-r--r-- | demos/resizable/textarea.html | 2 |
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> |