* [doc] update cell attrabute

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

Branch: refs/heads/master
Commit: be6801e20bef35d01193f49c359184fc7204a3ba
Parents: ea30e05
Author: xkli <[email protected]>
Authored: Mon Mar 6 10:53:35 2017 +0800
Committer: xkli <[email protected]>
Committed: Mon Mar 6 10:53:35 2017 +0800

----------------------------------------------------------------------
 doc/source/cn/references/components/cell.md | 2 +-
 doc/source/references/components/cell.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/be6801e2/doc/source/cn/references/components/cell.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/components/cell.md 
b/doc/source/cn/references/components/cell.md
index 5fadf5d..95a3e83 100644
--- a/doc/source/cn/references/components/cell.md
+++ b/doc/source/cn/references/components/cell.md
@@ -14,7 +14,7 @@ version: 2.1
 支持所有 Weex 的组件作为它的子组件。
 
 ## 属性
-* `keep-scroll-position`: <span class="api-version">v0.11+</span> 
&lt;boolen&gt; List 插入数据后是否保持上次滚动的位置
+*  `keep-scroll-position {boolen}`: <span class="api-version">v0.11+</span> 
List 插入数据后是否保持上次滚动的位置
 
 ## 样式
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/be6801e2/doc/source/references/components/cell.md
----------------------------------------------------------------------
diff --git a/doc/source/references/components/cell.md 
b/doc/source/references/components/cell.md
index 38cfd9b..14b2572 100644
--- a/doc/source/references/components/cell.md
+++ b/doc/source/references/components/cell.md
@@ -19,7 +19,7 @@ This type of component supports all kinds of weex component 
as its child compone
 
 **Notes:** you can't give `<cell>` a `flex` value. Width of `<cell>` is equal 
to the width of its parent component `<list>`, and you don't need to specify 
its height.
 
-* `keep-scroll-position`: <span class="api-version">v0.11+</span> 
&lt;boolen&gt; List Whether to keep the last sliding position after inserting 
the Cell
+* `keep-scroll-position {boolen}`: <span class="api-version">v0.11+</span> 
List Whether to keep the last sliding position after inserting the Cell
 
 ### Styles
 

Reply via email to