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 a66ce34b55 Fix typos (#2345)
a66ce34b55 is described below
commit a66ce34b5589c3db01cec4249a45eae9cf9b6c4c
Author: koofio <[email protected]>
AuthorDate: Fri Mar 3 06:59:01 2023 +0800
Fix typos (#2345)
---
content/zh-cn/overview/what/_index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh-cn/overview/what/_index.md
b/content/zh-cn/overview/what/_index.md
index a201e3f811..e5838213d3 100644
--- a/content/zh-cn/overview/what/_index.md
+++ b/content/zh-cn/overview/what/_index.md
@@ -61,7 +61,7 @@ Dubbo 设计为让开发者以主流的应用开发框架的开发模式工作
* **不仅仅只是一款 RPC 框架**
-Dubbo 提供了内置 RPC 通信协议实现,但它不仅仅是一款 RPC 框架。首先,它不绑定某一个具体的 RPC 协议,开发者可以在基于 Dubbo
开发的微服务体系中使用多种通信协议;其次,出了 RPC 通信之外,Dubbo 提供了丰富的服务治理能力与生态。
+Dubbo 提供了内置 RPC 通信协议实现,但它不仅仅是一款 RPC 框架。首先,它不绑定某一个具体的 RPC 协议,开发者可以在基于 Dubbo
开发的微服务体系中使用多种通信协议;其次,除了 RPC 通信之外,Dubbo 提供了丰富的服务治理能力与生态。
* **不是 gRPC 协议的替代品**
@@ -69,4 +69,4 @@ Dubbo 支持基于 gRPC 作为底层通信协议,在 Dubbo 模式下使用 gRP
* **不只有 Java 语言实现**
-自 Dubbo3 开始,Dubbo 提供了 Dubbo、Golang、Rust、Node.js 等多语言实现,未来会有更多的语言实现。
\ No newline at end of file
+自 Dubbo3 开始,Dubbo 提供了 Dubbo、Golang、Rust、Node.js 等多语言实现,未来会有更多的语言实现。