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 4f3508268b9 typo fix (#2927)
4f3508268b9 is described below

commit 4f3508268b98f8dbdd23e1835175a31093b26934
Author: jiangyuan <[email protected]>
AuthorDate: Mon Feb 26 17:20:02 2024 +0800

    typo fix (#2927)
---
 ...\255\345\277\203\346\272\220\347\240\201\350\247\243\346\236\220.md" | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/15-Dubbo\347\232\204\344\270\211\345\244\247\344\270\255\345\277\203\344\271\213\345\205\203\346\225\260\346\215\256\344\270\255\345\277\203\346\272\220\347\240\201\350\247\243\346\236\220.md"
 
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/15-Dubbo\347\232\204\344\270\211\345\244\247\344\270\255\345\277\203\344\271\213\345\205\203\346\225\260\346\215\256\344\270\255\345\277\203\346\272\220\347\240\201\350\247\243\346\236\220.md"
index 0e8eba6dfde..6221145c6a2 100644
--- 
"a/content/zh-cn/blog/java/codeanalysis/3.0.8/15-Dubbo\347\232\204\344\270\211\345\244\247\344\270\255\345\277\203\344\271\213\345\205\203\346\225\260\346\215\256\344\270\255\345\277\203\346\272\220\347\240\201\350\247\243\346\236\220.md"
+++ 
"b/content/zh-cn/blog/java/codeanalysis/3.0.8/15-Dubbo\347\232\204\344\270\211\345\244\247\344\270\255\345\277\203\344\271\213\345\205\203\346\225\260\346\215\256\344\270\255\345\277\203\346\272\220\347\240\201\350\247\243\346\236\220.md"
@@ -37,7 +37,7 @@ description: >
 - 元数据中心来维护RPC服务与应用的映射关系(即接口与应用的映射关系)来兼容接口与应用之间的对应关系
 - 让注册中心更加聚焦与地址的发现和推送能力
 
-注册中心的启动是在DefaultApplicationDeployer中的初始化方法 initialize() 中:如下所示
+元数据中心的启动是在DefaultApplicationDeployer中的初始化方法 initialize() 中:如下所示
 
 这里只看下 startMetadataCenter();方法即可
 

Reply via email to