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 35f5e799156 fixed protocol.name wrong spelling (#3046)
35f5e799156 is described below

commit 35f5e7991567562bb506d5c0d6311bf28d5f0fcb
Author: Haceral <[email protected]>
AuthorDate: Fri Oct 11 13:41:04 2024 +0800

    fixed protocol.name wrong spelling (#3046)
    
    Co-authored-by: Haceral <[email protected]>
---
 content/en/overview/mannual/java-sdk/tasks/develop/springboot.md    | 4 ++--
 content/zh-cn/overview/mannual/java-sdk/tasks/develop/springboot.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/en/overview/mannual/java-sdk/tasks/develop/springboot.md 
b/content/en/overview/mannual/java-sdk/tasks/develop/springboot.md
index 9f80df4bcb9..453f46bba7c 100644
--- a/content/en/overview/mannual/java-sdk/tasks/develop/springboot.md
+++ b/content/en/overview/mannual/java-sdk/tasks/develop/springboot.md
@@ -61,7 +61,7 @@ dubbo:
     name: dubbo-springboot-demo-provider
     logger: slf4j
   protocol:
-    name: triple
+    name: tri
     port: -1
   registry:
     address: zookeeper://127.0.0.1:2181
@@ -76,7 +76,7 @@ dubbo:
   application:
     name: dubbo-springboot-demo-provider
   protocol:
-    name: triple
+    name: tri
     port: -1
   registry:
     id: zk-registry
diff --git 
a/content/zh-cn/overview/mannual/java-sdk/tasks/develop/springboot.md 
b/content/zh-cn/overview/mannual/java-sdk/tasks/develop/springboot.md
index fef4ea085df..0737ae552a8 100644
--- a/content/zh-cn/overview/mannual/java-sdk/tasks/develop/springboot.md
+++ b/content/zh-cn/overview/mannual/java-sdk/tasks/develop/springboot.md
@@ -67,7 +67,7 @@ dubbo:
     name: dubbo-springboot-demo-provider
     logger: slf4j
   protocol:
-    name: triple
+    name: tri
     port: -1
   registry:
     address: zookeeper://127.0.0.1:2181
@@ -82,7 +82,7 @@ dubbo:
   application:
     name: dubbo-springboot-demo-provider
   protocol:
-    name: triple
+    name: tri
     port: -1
   registry:
     id: zk-registry

Reply via email to