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 3a3c73cea2c fix spelling (#2955)
3a3c73cea2c is described below

commit 3a3c73cea2ccb1c185678e9c456437c17fb4b624
Author: xumengqi <[email protected]>
AuthorDate: Wed Apr 10 13:01:46 2024 +0800

    fix spelling (#2955)
---
 content/zh-cn/overview/core-features/protocols.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh-cn/overview/core-features/protocols.md 
b/content/zh-cn/overview/core-features/protocols.md
index 9ea8d86242f..2e8384612c1 100644
--- a/content/zh-cn/overview/core-features/protocols.md
+++ b/content/zh-cn/overview/core-features/protocols.md
@@ -54,7 +54,7 @@ Dubbo2 协议也内置 HTTP 支持,因此你可以使用 curl 在开发阶段
 * [Dubbo2 设计思路与协议规范](../../reference/protocols/tcp/)
 
 ## gRPC
-你可以用 Dubbo 开发和治理微服务,然后设置使用 gRPC 协议进行底层通信。但为什么要这么做那,与直接使用 gRPC 
框架对比有什么优势?简单的答案是,这是使用 gRPC 进行微服务开发的常用模式,具体请往下看。
+你可以用 Dubbo 开发和治理微服务,然后设置使用 gRPC 协议进行底层通信。但为什么要这么做呢,与直接使用 gRPC 
框架对比有什么优势?简单的答案是,这是使用 gRPC 进行微服务开发的常用模式,具体请往下看。
 
 gRPC 是谷歌开源的基于 HTTP/2 的通信协议,如同我们在 [产品对比](../../what/xyz-difference) 文档中提到的,gRPC 
的定位是通信协议与实现,是一款纯粹的 RPC 框架,而 Dubbo 定位是一款微服务框架,为微服务实践提供解决方案。因此,相比于 Dubbo,gRPC 
相对欠缺了微服务编程模型、服务治理等能力的抽象。
 

Reply via email to