From a2af75e5efd0e2c29026825a5c217de1f1715348 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Thu, 24 Apr 2014 09:23:12 -0400 Subject: [PATCH] Resizable demo: Trivial grammatical fix --- demos/resizable/textarea.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
-

Resizable can be applied to a textarea. This allows the user to make the textarea bigger if ends up typing longer prose.

+

Resizable can be applied to a textarea. This allows the user to make the textarea bigger to type longer prose.