You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/11/21 08:10:57 UTC

[incubator-weex-site] branch master updated: row to rows (#555)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a389605  row to rows (#555)
a389605 is described below

commit a38960575e79a90713dd938c776d4174c063b72a
Author: 任跃兵 <cn...@live.cn>
AuthorDate: Thu Nov 21 16:10:49 2019 +0800

    row to rows (#555)
---
 docs/docs/components/textarea.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ No child should be added to a `textarea`.
 
 ## 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