summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/TextareaAutosize.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TextareaAutosize.js b/src/TextareaAutosize.js
index f6e2c1d..b96bb63 100644
--- a/src/TextareaAutosize.js
+++ b/src/TextareaAutosize.js
@@ -11,7 +11,8 @@ export const Props = {
onResize: t.maybe(t.Function)
};
-/** A light replacement for built-in textarea component which automaticaly adjusts its height to match the content
+/** A light replacement for built-in textarea component
+ * which automaticaly adjusts its height to match the content
* @param onResize - called whenever the textarea resizes
*/
@props(Props, { strict: false })