This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 216f4cd  Fix typo: registery -> registry (#236)
216f4cd is described below

commit 216f4cd4eaa53dbcb16b099b9414acb034150076
Author: Dong Zhen <[email protected]>
AuthorDate: Sat Jan 5 22:58:44 2019 +0800

    Fix typo: registery -> registry (#236)
---
 docs/en-us/admin/install/consumer-demo.md     | 2 +-
 docs/en-us/admin/install/provider-demo.md     | 2 +-
 docs/en-us/user/references/registry/simple.md | 2 +-
 docs/zh-cn/admin/install/consumer-demo.md     | 2 +-
 docs/zh-cn/admin/install/provider-demo.md     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en-us/admin/install/consumer-demo.md 
b/docs/en-us/admin/install/consumer-demo.md
index b6e1bf1..2d67e7b 100644
--- a/docs/en-us/admin/install/consumer-demo.md
+++ b/docs/en-us/admin/install/consumer-demo.md
@@ -14,5 +14,5 @@ configuration:
 
 ```sh
 resource/META-INFO.spring/dubbo-demo-consumer.xml
-change dubbo:registery to the real registery center address
+change dubbo:registry to the real registry center address
 ```
diff --git a/docs/en-us/admin/install/provider-demo.md 
b/docs/en-us/admin/install/provider-demo.md
index bded75b..0b52418 100644
--- a/docs/en-us/admin/install/provider-demo.md
+++ b/docs/en-us/admin/install/provider-demo.md
@@ -13,5 +13,5 @@ configuration:
 
 ```sh
 resource/META-INFO.spring/dubbo-demo-provider.xml
-change dubbo:registery to a real registery server address, zookeeper is 
recommanded
+change dubbo:registry to a real registry server address, zookeeper is 
recommanded
 ```
diff --git a/docs/en-us/user/references/registry/simple.md 
b/docs/en-us/user/references/registry/simple.md
index dd04d10..08daf9e 100644
--- a/docs/en-us/user/references/registry/simple.md
+++ b/docs/en-us/user/references/registry/simple.md
@@ -46,4 +46,4 @@ Or:
 
 ## Applicability
 
-This `SimpleRegistryService` is just a simple implementation for register 
server, and it doesn't have cluster support. It is useful for the 
implementation reference for the custom registery server, but not suitable for 
use in production environment directly.
+This `SimpleRegistryService` is just a simple implementation for register 
server, and it doesn't have cluster support. It is useful for the 
implementation reference for the custom registry server, but not suitable for 
use in production environment directly.
diff --git a/docs/zh-cn/admin/install/consumer-demo.md 
b/docs/zh-cn/admin/install/consumer-demo.md
index 5461299..4e876c0 100644
--- a/docs/zh-cn/admin/install/consumer-demo.md
+++ b/docs/zh-cn/admin/install/consumer-demo.md
@@ -15,6 +15,6 @@ cd incubator-dubbo
 
 ```sh
 resource/META-INFO.spring/dubbo-demo-consumer.xml
-修改其中的dubbo:registery,替换成Provider提供的注册中心地址
+修改其中的dubbo:registry,替换成Provider提供的注册中心地址
 ```
 
diff --git a/docs/zh-cn/admin/install/provider-demo.md 
b/docs/zh-cn/admin/install/provider-demo.md
index 32ff0b9..dc5c4dc 100644
--- a/docs/zh-cn/admin/install/provider-demo.md
+++ b/docs/zh-cn/admin/install/provider-demo.md
@@ -13,6 +13,6 @@ cd incubator-dubbo
 
 ```sh
 resource/META-INFO.spring/dubbo-demo-provider.xml
-修改其中的dubbo:registery,替换成真实的注册中心地址,推荐使用zookeeper
+修改其中的dubbo:registry,替换成真实的注册中心地址,推荐使用zookeeper
 ```
 

Reply via email to