You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/04/22 09:29:49 UTC

[incubator-weex-site] branch master updated: fix doc (#373)

This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b1542a  fix doc (#373)
8b1542a is described below

commit 8b1542ad9eeda1706a5cd74f96ac139ba1527948
Author: 朝闻道夕死可矣 <lz...@vip.qq.com>
AuthorDate: Mon Apr 22 17:29:42 2019 +0800

    fix doc (#373)
    
    fix doc
---
 docs/zh/guide/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/guide/introduction.md b/docs/zh/guide/introduction.md
index c8a0867..4d9f0dc 100644
--- a/docs/zh/guide/introduction.md
+++ b/docs/zh/guide/introduction.md
@@ -15,7 +15,7 @@ Weex 渲染引擎与 DSL 语法层是分开的,Weex 并不强依赖任何特
 想初步了解 Weex 其实非常简单。
 
 * 安装 [WeexPlayground](http://weex.apache.org/tools/playground.html). 在 Playground 里,你可以打开各种示例。
-* 访问 [Weex online playground](http://dotwe.org/vue). 在这个网站上,你可以浏览、修改、新建各种基于 Vuew.js 的[单页面]((https://vuejs.org/v2/guide/single-file-components.html))例子,并用 WeexPlayground 应用扫码查看实时效果。
+* 访问 [Weex online playground](http://dotwe.org/vue). 在这个网站上,你可以浏览、修改、新建各种基于 Vue.js 的[单页面]((https://vuejs.org/v2/guide/single-file-components.html))例子,并用 WeexPlayground 应用扫码查看实时效果。
 
 这里有一个使用 Weex 和 Vue.js 开发的[最简单的例子](http://dotwe.org/vue/8da01827631b21150a12dd54d7114380)。你可以大致了解 Weex 是如何工作的。