You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/11/30 03:27:29 UTC

[dubbo-js] branch master updated: fix zone-context readme

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

hufeng 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 7790865  fix zone-context readme
     new 5f79dff  Merge pull request #170 from godkun/patch-1
7790865 is described below

commit 779086501b7fb242d1c5a50f870f520081f25df9
Author: 杨昆 <go...@126.com>
AuthorDate: Fri Nov 22 01:24:20 2019 +0800

    fix zone-context readme
---
 packages/zone-context/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/zone-context/README.md b/packages/zone-context/README.md
index f0eb422..39c0c53 100644
--- a/packages/zone-context/README.md
+++ b/packages/zone-context/README.md
@@ -4,7 +4,7 @@ a nodejs call stack context just like java ThreadLocal.
 
 ## Why?
 
-我们在做一些 trace 的时候,需要知道上下文信息,比如一个请求中包含了几次 dubbo 请求的调用,我们需要知道某次 dubbo 的调用在哪个请求的上下文,方便我们的 trace 和排查问题。针对这样的场景我们希望可以做到的隐士的传递参数获取上下文信息
+我们在做一些 trace 的时候,需要知道上下文信息,比如一个请求中包含了几次 dubbo 请求的调用,我们需要知道某次 dubbo 的调用在哪个请求的上下文,方便我们的 trace 和排查问题。针对这样的场景我们希望可以做到的隐式的传递参数获取上下文信息
 
 ## How?