* [doc] update boolean

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

Branch: refs/heads/master
Commit: dbe45be85d6d2568d12369a032def1a70d81b10e
Parents: be6801e
Author: xkli <[email protected]>
Authored: Mon Mar 6 10:58:36 2017 +0800
Committer: xkli <[email protected]>
Committed: Mon Mar 6 10:58:36 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/dbe45be8/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 95a3e83..b06e9fc 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 {boolen}`: <span class="api-version">v0.11+</span> 
List 插入数据后是否保持上次滚动的位置
+*  `keep-scroll-position {boolean}`: <span class="api-version">v0.11+</span> 
List 插入数据后是否保持上次滚动的位置
 
 ## 样式
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/dbe45be8/doc/source/references/components/cell.md
----------------------------------------------------------------------
diff --git a/doc/source/references/components/cell.md 
b/doc/source/references/components/cell.md
index 14b2572..a018c00 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 {boolen}`: <span class="api-version">v0.11+</span> 
List Whether to keep the last sliding position after inserting the Cell
+* `keep-scroll-position {boolean}`: <span class="api-version">v0.11+</span> 
List Whether to keep the last sliding position after inserting the Cell
 
 ### Styles
 

Reply via email to