You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/22 05:27:54 UTC

[03/40] incubator-weex git commit: Improved and removed grammatically errors and omissions

Improved and removed grammatically errors and omissions


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

Branch: refs/heads/0.15-dev
Commit: 22c9bf72dd0531e39488daac9282f2c9552e3ddd
Parents: f62b6ce
Author: clintonyeb <cl...@gmail.com>
Authored: Mon Mar 20 21:00:51 2017 +0530
Committer: clintonyeb <cl...@gmail.com>
Committed: Mon Mar 20 21:00:51 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/22c9bf72/doc/source/guide/index.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/index.md b/doc/source/guide/index.md
index 6849990..de7de7c 100644
--- a/doc/source/guide/index.md
+++ b/doc/source/guide/index.md
@@ -12,7 +12,7 @@ Weex is a framework for building Mobile cross-platform high performance UI appli
 
 ## Introduction to VueJS
 
->[Vue](https://vuejs.org/) (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. >Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core >library is focused on the view layer only, and is very easy to pick up and integrate with other libraries or >existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
+>[Vue](https://vuejs.org/) (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is very easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
 
 **VueJS is developed by [Evan You](https://twitter.com/youyuxi).**