This is an automated email from the ASF dual-hosted git repository.
liujun 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 b5a7c937e9 fix word duplicate (#2373)
b5a7c937e9 is described below
commit b5a7c937e94c6b7de89dad59fc2a6b9657b4d4e2
Author: IceFoxs <[email protected]>
AuthorDate: Wed Mar 8 16:35:42 2023 +0800
fix word duplicate (#2373)
fix word duplicate
---
.../mannual/java-sdk/reference-manual/protocol/triple/migration.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/migration.md
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/migration.md
index b687df9bc5..45635004fd 100644
---
a/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/migration.md
+++
b/content/zh-cn/overview/mannual/java-sdk/reference-manual/protocol/triple/migration.md
@@ -24,7 +24,7 @@ Dubbo3 的之初就有一条目标是完美兼容 Dubbo2,所以为了 Dubbo2
所以,如果决定要升级到 Dubbo3 的 `Triple` 协议,只需要修改配置中的协议名称为 `tri` (注意: 不是 triple )即可。
-接下来我们我们以一个使用 Dubbo2
协议的[工程](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/migration)来举例,如何一步一步安全的升级。
+接下来我们以一个使用 Dubbo2
协议的[工程](https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-triple/src/main/java/org/apache/dubbo/sample/tri/migration)来举例,如何一步一步安全的升级。
1. 仅使用 `dubbo` 协议启动 `provider` 和 `consumer`,并完成调用。
2. 仅使用 `tri` 协议启动 `provider` 和 `consumer`,并完成调用。
@@ -97,4 +97,4 @@ public class IGreeter2Impl implements IWrapperGreeter {
输出如下:
-
\ No newline at end of file
+