Repository: incubator-weex
Updated Branches:
  refs/heads/0.16-dev da562689a -> f102f3fe1


Update write-once.md

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

Branch: refs/heads/0.16-dev
Commit: 3d4a52d52ba0d24d32ec13703d5dd73ddb65d90d
Parents: 88828c2
Author: Lukasz Balcerzak <[email protected]>
Authored: Wed Jun 7 10:29:58 2017 +0200
Committer: GitHub <[email protected]>
Committed: Wed Jun 7 10:29:58 2017 +0200

----------------------------------------------------------------------
 doc/source/guide/intro/write-once.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3d4a52d5/doc/source/guide/intro/write-once.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/intro/write-once.md 
b/doc/source/guide/intro/write-once.md
index 382b7b4..673b302 100644
--- a/doc/source/guide/intro/write-once.md
+++ b/doc/source/guide/intro/write-once.md
@@ -9,15 +9,15 @@ version: 2.1
 
 Weex is a "Write Once, Run Everywhere" solution.
 
-* First, Weex is based on web dev experience, which including syntax and 
project management.
-* Second, all components & modules in Weex is discussed by iOS, Android, web 
developers together to ensure it's common enough to satisfy every platforms.
+* First, Weex is based on web dev experience, which includes syntax and 
project management.
+* Second, all components & modules in Weex are discussed by iOS, Android, web 
developers together to ensure it's common enough to satisfy every platforms.
 * You only need write the same Weex code for each platforms.
 
 We think about it in these aspects below:
 
-1. Today for almost mobile apps, one app solves the same problem in different 
platforms. Weex hope to supply a lightweight way to describe your business 
logic which works well in all platforms you need.
-2. For the differences of all mobile platforms, we are willing to fill the gap 
in 2 points:
-    1. Design the same APIs for all platforms to ensure different platforms 
the same business logic description.
-    2. Implement the APIs with different style or behaviors to ensure the 
implementation and user experience matching different platforms.
-    3. If there are definitely some different features in different platforms. 
We also have some environment variables to help developers in certain detail 
situations.
+1. Today for almost all mobile apps, one app solves the same problem in 
different platforms. Weex hope to supply a lightweight way to describe your 
business logic which works well in all platforms you need.
+2. For the differences of all mobile platforms, we are willing to fill the gap 
in 3 points:
+    1. Design the same APIs for all platforms to ensure different platforms 
have the same business logic description.
+    2. Implement the APIs with different style or behaviors to ensure the 
implementation and user experience matches different platforms.
+    3. Platforms obviously differ among each other. We also have some 
environment variables to help developers in certain situations.
 3. We trust (web) standard is the best for all features in all platforms.

Reply via email to