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 60b4b18  Update service-discovery.md (#845)
60b4b18 is described below

commit 60b4b180a438dc20f4991583475775662bcf4133
Author: iddunk <[email protected]>
AuthorDate: Fri Jul 2 11:16:08 2021 +0800

    Update service-discovery.md (#845)
    
    错别字修正
---
 content/zh/docs/v3.0/concepts/service-discovery.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/v3.0/concepts/service-discovery.md 
b/content/zh/docs/v3.0/concepts/service-discovery.md
index f14c88b..c9b7346 100644
--- a/content/zh/docs/v3.0/concepts/service-discovery.md
+++ b/content/zh/docs/v3.0/concepts/service-discovery.md
@@ -34,7 +34,7 @@ dubbo
 
 Dubbo3 格式的 Provider 地址不能被 Dubbo2 的 Consumer 识别到,反之 Dubbo2 的消费者也不能订阅到 Dubbo3 
Provider。
 * 对于新用户,我们提倡直接启用 Dubbo3 的默认行为,即启用应用级服务发现,参见《samples/应用级服务发现》;
-* 对于老用户,要面临如何平滑迁移到应用级服务发现的问题,考虑到老用户的规则如此之大,Dubbo3 
默认保持了接口级地址发现的行为,这保证了老用户可以直接无感升级到 Dubbo3。
+* 对于老用户,要面临如何平滑迁移到应用级服务发现的问题,考虑到老用户的规模如此之大,Dubbo3 
默认保持了接口级地址发现的行为,这保证了老用户可以直接无感升级到 Dubbo3。
 而如果要开启应用级服务发现,则需要通过配置显示开启(双注册、双订阅),具体开启与平滑迁移过程,可参见《migration/地址发现迁移指南》。
 
 ## 应用级服务发现简介

Reply via email to