Skip to content

Commit

Permalink
Merge pull request #125 from wushanchao/patch-1
Browse files Browse the repository at this point in the history
dubbo.subcribe  -> dubbo.subscribe
  • Loading branch information
ralf0131 committed Jul 19, 2019
2 parents 3bf30c6 + f08c746 commit 1f87fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -123,7 +123,7 @@ const dubbo = Dubbo.from(/*...*/);
```javascript
const dubbo = Dubbo.from(/*...*/);

dubbo.subcribe({
dubbo.subscribe({
onTrace(msg: ITrace) {
console.log(msg);
},
Expand Down

0 comments on commit 1f87fb3

Please sign in to comment.