fix 332 533 (#551)

diff --git a/docs/zh/docs/components/textarea.md b/docs/zh/docs/components/textarea.md
index bfe6a48..ca3bed7 100644
--- a/docs/zh/docs/components/textarea.md
+++ b/docs/zh/docs/components/textarea.md
@@ -11,9 +11,9 @@
 
 ## 属性
 
-除了支持 `input` 支持的所有属性外,`textarea` 还支持 `row` 属性,用于指定输入的行数。
+除了支持 `input` 支持的所有属性外,`textarea` 还支持 `rows` 属性,用于指定输入的行数。
 
-* **row**, number, 默认值为2。
+* **rows**, number, 默认值为2。
 
 ## 样式