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

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


The following commit(s) were added to refs/heads/master by this push:
     new 040905400f0 Fix skywalking.md Chinese typos (#3031)
040905400f0 is described below

commit 040905400f0686d635732b464761beedca5aa654
Author: yangzehan <[email protected]>
AuthorDate: Wed Sep 11 16:59:22 2024 +0800

    Fix skywalking.md Chinese typos (#3031)
---
 content/zh-cn/overview/tasks/observability/tracing/skywalking.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh-cn/overview/tasks/observability/tracing/skywalking.md 
b/content/zh-cn/overview/tasks/observability/tracing/skywalking.md
index 49b65a13954..07c3414ffdf 100644
--- a/content/zh-cn/overview/tasks/observability/tracing/skywalking.md
+++ b/content/zh-cn/overview/tasks/observability/tracing/skywalking.md
@@ -63,7 +63,7 @@ bash startup.sh
 
 之后,启动 Provider 和 Consumer 并确保 skywalking-agent 参数被正确设置,skywalking-agent 
确保数据可以被正确的上报到后台系统。
 
-* 考虑到 skywalking-agent 本身也有内置的 Dubbo 拦截器,为了确保示例能使用 Dubbo 自带的 Micrometer 
集成,我么你需要删除 skywalking-agent 自带的拦截器,直接将 `plugins` 目录删除即可
+* 考虑到 skywalking-agent 本身也有内置的 Dubbo 拦截器,为了确保示例能使用 Dubbo 自带的 Micrometer 
集成,我们需要你删除 skywalking-agent 自带的拦截器,直接将 `plugins` 目录删除即可
 * 配置 Skywalking OAP 服务器地址,在以下文件中配置 OAP 地址 
`/path/to/skywalking-agent/agent.config`,对应的参数项为 `collector.backend_service`。
 
 ```shell

Reply via email to