You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cn...@apache.org on 2019/12/27 12:14:33 UTC

[incubator-weex-site] branch master updated: fix bug

This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 31b8382  fix bug
31b8382 is described below

commit 31b838215492f6b4568a753e00c897f581ae886a
Author: 任跃兵 <cn...@live.cn>
AuthorDate: Fri Dec 27 20:14:10 2019 +0800

    fix bug
---
 docs/guide/debug/integrate-devtool-to-ios.md    | 2 +-
 docs/zh/guide/debug/integrate-devtool-to-ios.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/guide/debug/integrate-devtool-to-ios.md b/docs/guide/debug/integrate-devtool-to-ios.md
index c992659..54d700b 100644
--- a/docs/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/guide/debug/integrate-devtool-to-ios.md
@@ -56,7 +56,7 @@ You can see the demo here [Playground App](https://github.com/weexteam/weex-devt
 
 ```
 //1. From cocoapods
-#import <TBWXDevtool/WXDevtool.h>
+#import <WXDevtool/WXDevtool.h>
 
 //2. From source code
 #import "WXDevtool.h"
diff --git a/docs/zh/guide/debug/integrate-devtool-to-ios.md b/docs/zh/guide/debug/integrate-devtool-to-ios.md
index 536e9ed..85439d0 100644
--- a/docs/zh/guide/debug/integrate-devtool-to-ios.md
+++ b/docs/zh/guide/debug/integrate-devtool-to-ios.md
@@ -66,7 +66,7 @@ pod  'WXDevtool', '0.24.0', :configurations => ['Debug']
 
 ```
 //方法1 pod依赖方式
-#import <TBWXDevtool/WXDevtool.h>
+#import <WXDevtool/WXDevtool.h>
 
 //方法2 源码依赖方式
 #import "WXDevtool.h"