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

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-js.git


The following commit(s) were added to refs/heads/master by this push:
     new f08c746  dubbo.subcribe  -> .dubbo.subscribe
     new 1f87fb3  Merge pull request #125 from wushanchao/patch-1
f08c746 is described below

commit f08c74689a9451a175004182ab94276ccc7bb508
Author: sam <wushanc...@gmail.com>
AuthorDate: Fri Jul 19 14:55:50 2019 +0800

    dubbo.subcribe  -> .dubbo.subscribe
    
     函数名写错了,少了个s
---
 docs/api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api.md b/docs/api.md
index 1bd76e4..e15fff5 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -123,7 +123,7 @@ const dubbo = Dubbo.from(/*...*/);
 ```javascript
 const dubbo = Dubbo.from(/*...*/);
 
-dubbo.subcribe({
+dubbo.subscribe({
   onTrace(msg: ITrace) {
     console.log(msg);
   },

Reply via email to