Skip to content

Commit b6da520

Browse files
committed
Resizable demo: Fix description text, replacing the copy-pasta
1 parent 16f421f commit b6da520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/resizable/textarea.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<textarea id="resizable" rows="5" cols="20"></textarea>
2929

3030
<div class="demo-description">
31-
<p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
31+
<p>Resizable can be applied to a textarea. This allows the user to make the textarea bigger if ends up typing longer prose.</p>
3232
</div>
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)