diff --git a/snippets/Textarea.md b/snippets/Textarea.md index 30978c920..1d12df45c 100644 --- a/snippets/Textarea.md +++ b/snippets/Textarea.md @@ -22,7 +22,7 @@ function TextArea ({ callback, cols = 20, rows = 2, disabled = false, readOnly = ```jsx ReactDOM.render( -