Repository: incubator-weex-site
Updated Branches:
  refs/heads/master ecb64a3f7 -> fd7249d44


change column-gap --> right-gap

which is wrong in Chinese doc

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/68371d06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/68371d06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/68371d06

Branch: refs/heads/master
Commit: 68371d06a54bace71ba28d14a620e50872f505ba
Parents: ecb64a3
Author: only4ly <[email protected]>
Authored: Thu May 17 23:35:29 2018 +0800
Committer: GitHub <[email protected]>
Committed: Thu May 17 23:35:29 2018 +0800

----------------------------------------------------------------------
 source/cn/references/components/waterfall.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/68371d06/source/cn/references/components/waterfall.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/waterfall.md 
b/source/cn/references/components/waterfall.md
index a9c7e66..6b3f000 100644
--- a/source/cn/references/components/waterfall.md
+++ b/source/cn/references/components/waterfall.md
@@ -30,7 +30,7 @@ version: 2.1
   - `<integer>`: 最佳列数,column-width 和  column-count 
都指定非0值, 则 column-count 代表最大列数。
 - **column-gap**: 列与列的间隙. 如果指定了 `normal` ,则对应 
`32`.
 - **left-gap**: 左边cell和列表的间隙. 如果未指定 ,则对应 
`0`<span class="api-version">v0.19+</span>.
-- **column-gap**: 右边cell和列表的间隙. 如果未指定,则对应 
`0`<span class="api-version">v0.19+</span>.
+- **right-gap**: 右边cell和列表的间隙. 如果未指定,则对应 
`0`<span class="api-version">v0.19+</span>.
 
 其他支持的属性参见 [List Component Attributes](./list.html)
 

Reply via email to