Resizable demo: Trivial grammatical fix

This commit is contained in:
TJ VanToll 2014-04-24 09:23:12 -04:00
parent 23ea063b3c
commit a2af75e5ef

View File

@ -28,7 +28,7 @@
<textarea id="resizable" rows="5" cols="20"></textarea>
<div class="demo-description">
<p>Resizable can be applied to a textarea. This allows the user to make the textarea bigger if ends up typing longer prose.</p>
<p>Resizable can be applied to a textarea. This allows the user to make the textarea bigger to type longer prose.</p>
</div>
</body>
</html>