diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-04-24 09:23:12 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2014-04-24 09:23:12 -0400 |
commit | a2af75e5efd0e2c29026825a5c217de1f1715348 (patch) | |
tree | b87d879a3e8e4d875d4d863dcf8af2cbf35041f1 | |
parent | 23ea063b3c60af1fcc6bc6c2766d3ff1ffed48be (diff) | |
download | jquery-ui-a2af75e5efd0e2c29026825a5c217de1f1715348.tar.gz jquery-ui-a2af75e5efd0e2c29026825a5c217de1f1715348.zip |
Resizable demo: Trivial grammatical fix
-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 fdb790d70..22fb486d0 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>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> |