You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/06/13 03:03:22 UTC

incubator-weex-site git commit: typo fix

Repository: incubator-weex-site
Updated Branches:
  refs/heads/master 5bd371b26 -> 374e80723


typo fix

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

Branch: refs/heads/master
Commit: 374e8072323e2ccfb967411ad4717768bfd18a3a
Parents: 5bd371b
Author: Amadeusz Annissimo <an...@gmail.com>
Authored: Tue Jun 12 13:49:44 2018 -0400
Committer: GitHub <no...@github.com>
Committed: Tue Jun 12 13:49:44 2018 -0400

----------------------------------------------------------------------
 source/guide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/374e8072/source/guide/index.md
----------------------------------------------------------------------
diff --git a/source/guide/index.md b/source/guide/index.md
index 51d3bfd..de4d3b9 100644
--- a/source/guide/index.md
+++ b/source/guide/index.md
@@ -20,7 +20,7 @@ Another primary goal of Weex is to keep up with modern development technologies
 
 ## Overview
 
-If you just want to try Weex, You don't need to install anything. There is an [online playground](http://dotwe.org/vue/) of Weex, you can write single page examples on it without any configurations. The source code should be written in Vue.js [single file component](https://vuejs.org/v2/guide/single-file-components.html) syntax (as known as the `*.vue` files), and the render result of the web platform will be displayed in a mocked phone shell.
+If you just want to try Weex, You don't need to install anything. There is an [online playground](http://dotwe.org/vue/) of Weex, you can write single page examples on it without any configurations. The source code should be written in Vue.js [single file component](https://vuejs.org/v2/guide/single-file-components.html) syntax (also known as the `*.vue` files), and the render result of the web platform will be displayed in a mocked phone shell.
 
 Here is an [example](http://dotwe.org/vue/8da01827631b21150a12dd54d7114380) written in Weex and Vue.js: