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

lixiaojie 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 0e8f47d  fix spelling mistake (#590)
0e8f47d is described below

commit 0e8f47df16460008b4458ee86515412d30a8035b
Author: jiumozhi <498185...@qq.com>
AuthorDate: Wed Jun 10 23:20:42 2020 +0800

    fix spelling mistake (#590)
---
 docs/en-us/user/quick-start.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/user/quick-start.md b/docs/en-us/user/quick-start.md
index 48712b6..bbf0b14 100644
--- a/docs/en-us/user/quick-start.md
+++ b/docs/en-us/user/quick-start.md
@@ -89,7 +89,7 @@ provider.xml:
 ```
 
 The demo uses multicast as the registry since it is simple and does not 
require to extra installation.
-If you prefer a registiry like zookeeper, please check out examples 
[here](https://github.com/dubbo/dubbo-samples).
+If you prefer a registry like zookeeper, please check out examples 
[here](https://github.com/dubbo/dubbo-samples).
 
 ### Configure the logging system
 
@@ -249,4 +249,4 @@ You can find the complete example code in the Github 
repository.
 
 [^1]: The interface needs to be packaged separately, shared by the service 
provider and the consumer
 [^2]: Hidden realization of service consumer
-[^3]: IoC injection can also be used
\ No newline at end of file
+[^3]: IoC injection can also be used

Reply via email to