* [doc] correct platform information.x

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

Branch: refs/heads/0.16-dev
Commit: 21a8032fc332e2121488389706e26d5d2266b4e1
Parents: 44e959a
Author: MrRaindrop <tekk...@gmail.com>
Authored: Fri Jun 30 10:42:21 2017 +0800
Committer: MrRaindrop <tekk...@gmail.com>
Committed: Fri Jun 30 10:42:21 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/21a8032f/doc/source/cn/references/weex-variable.md
----------------------------------------------------------------------
diff --git a/doc/source/cn/references/weex-variable.md 
b/doc/source/cn/references/weex-variable.md
index 4630681..0848441 100644
--- a/doc/source/cn/references/weex-variable.md
+++ b/doc/source/cn/references/weex-variable.md
@@ -19,7 +19,7 @@ has_chapter_content: true
     * `weexVersion: string`: Weex sdk 版本。
     * `appName: string`: 应用名字。
     * `appVersion: string`: 应用版本。
-    * `platform: string`: 平台信息,是 iOS、Android 还是 Web。
+    * `platform: string`: 平台信息,是 'iOS'、'android' 还是 'Web'。
     * `osVersion: string`: 系统版本。
     * `deviceModel: string`: 设备型号 (仅原生应用)。
     * `deviceWidth: number`: 设备宽度。Weex 默认以宽度为 750px 
做适配渲染,要获得750px下的屏幕高度,可以通过 `height = 
750/deviceWidth*deviceHeight`  公式获得,可以使用到 CSS 
中,用来设置全屏尺寸

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/21a8032f/doc/source/references/weex-variable.md
----------------------------------------------------------------------
diff --git a/doc/source/references/weex-variable.md 
b/doc/source/references/weex-variable.md
index b55eef5..c8806af 100644
--- a/doc/source/references/weex-variable.md
+++ b/doc/source/references/weex-variable.md
@@ -18,7 +18,7 @@ This variable contains all the environment information for 
the current Weex page
 + `WeexVersion: string`: Weex sdk version.
 + `AppName: string`: application name.
 + `AppVersion: string`: app version.
-+ `Platform: string`: platform information, that is iOS, Android or Web.
++ `Platform: string`: platform information, that is 'iOS', 'android' or 'Web'.
 + `OsVersion: string`: system version.
 + `DeviceModel: string`: device model (native application only).
 + `DeviceWidth: number`: device width

Reply via email to