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/04/17 04:14:24 UTC

[09/48] incubator-weex git commit: fix a small typo

fix a small typo


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

Branch: refs/heads/0.12-dev
Commit: 27aa7471dc35d0f753c8b03d2fd87af2c0e15af1
Parents: 66e1b5a
Author: liuxiangyu <li...@palm.science>
Authored: Wed Mar 22 21:01:23 2017 +0800
Committer: liuxiangyu <li...@palm.science>
Committed: Wed Mar 22 21:01:23 2017 +0800

----------------------------------------------------------------------
 doc/source/guide/integrate-to-your-app.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/27aa7471/doc/source/guide/integrate-to-your-app.md
----------------------------------------------------------------------
diff --git a/doc/source/guide/integrate-to-your-app.md b/doc/source/guide/integrate-to-your-app.md
index 7d67d84..490f189 100644
--- a/doc/source/guide/integrate-to-your-app.md
+++ b/doc/source/guide/integrate-to-your-app.md
@@ -12,7 +12,7 @@ version: 2.1
 ## Integrate to Android
 Tip\uff1aThe following documents assume that you already have a certain Android development experience.    
 
-### Android has tow ways to integrate weex
+### Android has two ways to integrate weex
 1.using source code: Can quickly use the latest features of WEEX, according to your own characteristics of the project. So, you can do some related improvements.
 
 2.using SDK: WEEX will regularly release a stable version at jcenter.[jcenter](https://bintray.com/alibabaweex/maven/weex_sdk/view)       
@@ -276,4 +276,4 @@ In the dealloc phase of the viewController destroyed Weex instance, can play a r
 
 #### Import the Weex SDK framework to the project.     
 The Weex SDK can be compiled from the source code. You can try the latest feature in the new feature or bugfix branch.        
-Refer to [here](https://open.taobao.com/doc2/detail?spm=a219a.7629140.0.0.tFddsV&&docType=1&articleId=104829) for direct import of weexSDK.
\ No newline at end of file
+Refer to [here](https://open.taobao.com/doc2/detail?spm=a219a.7629140.0.0.tFddsV&&docType=1&articleId=104829) for direct import of weexSDK.