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 b5d93626ec Fix typos (#2346)
b5d93626ec is described below

commit b5d93626ec2ac0c7738fbbe11a74e9b6c45085ed
Author: aofall <[email protected]>
AuthorDate: Fri Mar 3 06:59:24 2023 +0800

    Fix typos (#2346)
    
    Sprig -> Spring
---
 content/zh-cn/overview/what/xyz-difference.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh-cn/overview/what/xyz-difference.md 
b/content/zh-cn/overview/what/xyz-difference.md
index a6cf347fc8..e0b4668288 100644
--- a/content/zh-cn/overview/what/xyz-difference.md
+++ b/content/zh-cn/overview/what/xyz-difference.md
@@ -26,7 +26,7 @@ weight: 20
 虽然两者有很多相似之处,但由于它们在诞生背景与架构设计上的巨大差异,**两者在性能、适用的微服务集群规模、生产稳定性保障、服务治理等方面都有很大差异**。
 
 Spring Cloud 的优势在于:
-* 同样都支持 Sprig 开发体系的情况下,Spring Cloud 得到更多的原生支持
+* 同样都支持 Spring 开发体系的情况下,Spring Cloud 得到更多的原生支持
 * 对一些常用的微服务模式做了抽象如服务发现、动态配置、异步消息等,同时包括一些批处理任务、定时任务、持久化数据访问等领域也有涉猎。
 * 基于 HTTP 的通信模式,加上相对比较完善的入门文档和演示 demo 和 starters,让开发者在第一感觉上更易于上手
 
@@ -81,4 +81,4 @@ Service Mesh 是近年来在云原生背景下诞生的一种微服务架构,
 * Proxy 模式,Dubbo 与 Envoy 一起部署,Dubbo 作为编程框架 & 协议通信组件存在,流量管控由 Envoy 与 Istio 
控制面交互实现。
 * Proxyless 模式,Dubbo 进程保持独立部署,Dubbo 通过标准 xDS 协议直接接入 Istio 等控制面组件。
 
-从**控制面**视角,Dubbo 可接入原生 Istio 标准控制面和规则体系,而对于一些 Dubbo 老版本用户,Dubbo Mesh 
提供了平滑迁移方案,具体请查看 [Dubbo Mesh 服务网格](../../tasks/mesh/)。
\ No newline at end of file
+从**控制面**视角,Dubbo 可接入原生 Istio 标准控制面和规则体系,而对于一些 Dubbo 老版本用户,Dubbo Mesh 
提供了平滑迁移方案,具体请查看 [Dubbo Mesh 服务网格](../../tasks/mesh/)。

Reply via email to