Skip to content

Commit a2af75e

Browse files
committed
Resizable demo: Trivial grammatical fix
1 parent 23ea063 commit a2af75e

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>Resizable can be applied to a textarea. This allows the user to make the textarea bigger if ends up typing longer prose.</p>
31+
<p>Resizable can be applied to a textarea. This allows the user to make the textarea bigger to type longer prose.</p>
3232
</div>
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)