From 56b1df4c03163c9a67d4df712ad84decdabe62f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C?= Date: Thu, 16 Mar 2017 16:39:50 +0800 Subject: [PATCH 1/2] [ios] fix wrong spelling caused compile error on Xcode version 8.2.1(8C1002) --- ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h b/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h index ba4846d321..851194d11f 100644 --- a/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h +++ b/ios/sdk/WeexSDK/Sources/Engine/WXSDKError.h @@ -7,7 +7,7 @@ */ #import -#import "WXSDkInstance.h" +#import "WXSDKInstance.h" typedef NS_ENUM(int, WXSDKErrCode) { From 27aa7471dc35d0f753c8b03d2fd87af2c0e15af1 Mon Sep 17 00:00:00 2001 From: liuxiangyu Date: Wed, 22 Mar 2017 21:01:23 +0800 Subject: [PATCH 2/2] fix a small typo --- doc/source/guide/integrate-to-your-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/guide/integrate-to-your-app.md b/doc/source/guide/integrate-to-your-app.md index 7d67d84ed9..490f18968d 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:The 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.