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 bbd684f257d Update zipkin.md (#2843)
bbd684f257d is described below
commit bbd684f257d545e9a8a7bcfe6ef4697d89c97bf3
Author: shj1995 <[email protected]>
AuthorDate: Mon Oct 23 11:50:17 2023 +0800
Update zipkin.md (#2843)
---
content/zh-cn/overview/tasks/observability/tracing/zipkin.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh-cn/overview/tasks/observability/tracing/zipkin.md
b/content/zh-cn/overview/tasks/observability/tracing/zipkin.md
index 541b4081e22..3d3c5c36029 100644
--- a/content/zh-cn/overview/tasks/observability/tracing/zipkin.md
+++ b/content/zh-cn/overview/tasks/observability/tracing/zipkin.md
@@ -21,7 +21,7 @@ weight: 1
参考 [Zipkin's quick start](https://zipkin.io/pages/quickstart.html) 安装 Zipkin。
-这里我们使用 Docker 来掩饰如何快速的启动 Zipkin 服务。
+这里我们使用 Docker 来演示如何快速的启动 Zipkin 服务。
```bash
docker run -d -p 9411:9411 --name zipkin openzipkin/zipkin