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 77377e2135a delete repeated words(#3068) (#3076)
77377e2135a is described below

commit 77377e2135ae2fc04ccd00ca319847f2bafd0ec1
Author: mr_zhong <[email protected]>
AuthorDate: Fri Dec 13 20:21:02 2024 +0800

    delete repeated words(#3068) (#3076)
---
 content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md 
b/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
index e1b4d873862..ebf1890f56c 100644
--- a/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
+++ b/content/zh-cn/overview/mannual/java-sdk/quick-start/starter.md
@@ -38,7 +38,7 @@ chmod a+x ./mvnw
 * 由于配置文件中启用了注册中心,您需要首先在本地启动 <a 
href="/zh-cn/overview/reference/integrations/nacos/" target="_blank_">Nacos</a> 
注册中心 server。或者参考下一篇 Kubernetes 部署方式。
 {{% /alert %}}
 
-在应用启动成功后,本地进程使用 <a href="overview/mannual/java-sdk/tasks/protocols/triple" 
target="_blank_">Triple </a>协议在指定端口发布了服务。同时可以看到消费端持续对提供端发起调用调用:
+在应用启动成功后,本地进程使用 <a href="overview/mannual/java-sdk/tasks/protocols/triple" 
target="_blank_">Triple </a>协议在指定端口发布了服务。同时可以看到消费端持续对提供端发起调用:
 
 ```text
 Started QuickStartApplication in 4.38 seconds (process running for 4.629)

Reply via email to