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 7734aaf Update Introduction.md (#846)
7734aaf is described below
commit 7734aafc71ab547732c210bedb5b47b8f4160020
Author: 宋浩志 <[email protected]>
AuthorDate: Fri Jul 2 13:29:18 2021 +0800
Update Introduction.md (#846)
---
content/zh/docs/v3.0/Introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docs/v3.0/Introduction.md
b/content/zh/docs/v3.0/Introduction.md
index 189676c..6bb9316 100644
--- a/content/zh/docs/v3.0/Introduction.md
+++ b/content/zh/docs/v3.0/Introduction.md
@@ -7,7 +7,7 @@ description: "这篇文档是关于 Dubbo 的简单介绍,涵盖 Dubbo 的核
文档快速了解 Dubbo 及新版本带来的变化。"
---
-Apache Dubbo 是一个款微服务开发框架,它提供了 RPC通信 与 微服务治理 两大关键能力。这意味着,使用 Dubbo
开发的微服务,将具备相互之间的远程发现与通信能力,
+Apache Dubbo 是一款微服务开发框架,它提供了 RPC通信 与 微服务治理 两大关键能力。这意味着,使用 Dubbo
开发的微服务,将具备相互之间的远程发现与通信能力,
同时利用 Dubbo 提供的丰富服务治理能力,可以实现诸如服务发现、负载均衡、流量调度等服务治理诉求。同时 Dubbo
是高度可扩展的,用户几乎可以在任意功能点去定制自己的实现,以改变框架的默认行为来满足自己的业务需求。
Dubbo3 基于 Dubbo2 演进而来,在保持原有核心功能特性的同时, Dubbo3
在易用性、超大规模微服务实践、云原生基础设施适配等几大方向上进行了全面升级。