You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cx...@apache.org on 2017/03/20 03:36:37 UTC

[11/50] incubator-weex git commit: * [doc] update boolean

* [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/0.11-dev
Commit: dbe45be85d6d2568d12369a032def1a70d81b10e
Parents: be6801e
Author: xkli <56...@qq.com>
Authored: Mon Mar 6 10:58:36 2017 +0800
Committer: xkli <56...@qq.com>
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
 \u652f\u6301\u6240\u6709 Weex \u7684\u7ec4\u4ef6\u4f5c\u4e3a\u5b83\u7684\u5b50\u7ec4\u4ef6\u3002
 
 ## \u5c5e\u6027
-*  `keep-scroll-position {boolen}`: <span class="api-version">v0.11+</span> List \u63d2\u5165\u6570\u636e\u540e\u662f\u5426\u4fdd\u6301\u4e0a\u6b21\u6eda\u52a8\u7684\u4f4d\u7f6e
+*  `keep-scroll-position {boolean}`: <span class="api-version">v0.11+</span> List \u63d2\u5165\u6570\u636e\u540e\u662f\u5426\u4fdd\u6301\u4e0a\u6b21\u6eda\u52a8\u7684\u4f4d\u7f6e
 
 ## \u6837\u5f0f
 

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