row to rows (#555)

diff --git a/docs/docs/components/textarea.md b/docs/docs/components/textarea.md
index cdd1d21..9843800 100644
--- a/docs/docs/components/textarea.md
+++ b/docs/docs/components/textarea.md
@@ -10,9 +10,9 @@
 
 ## Attributes
 
-The `textarea` component supports all the properties of the `input` component. Besides, it support the `row` attributes.
+The `textarea` component supports all the properties of the `input` component. Besides, it support the `rows` attributes.
 
-* **row**, number, default is 2. Specify the rows of a textarea.
+* **rows**, number, default is 2. Specify the rows of a textarea.
 
 ## Styles