This is an automated email from the ASF dual-hosted git repository.
jerrick 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 4058fe9 correct a spelling mistake in xml.md (#164)
4058fe9 is described below
commit 4058fe9c44b71bec7aace2f46eefddb84ee9ae32
Author: SuperIllidan <[email protected]>
AuthorDate: Thu Oct 25 17:10:04 2018 +0800
correct a spelling mistake in xml.md (#164)
---
docs/en-us/user/configuration/xml.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en-us/user/configuration/xml.md
b/docs/en-us/user/configuration/xml.md
index 6789ffc..b6162da 100644
--- a/docs/en-us/user/configuration/xml.md
+++ b/docs/en-us/user/configuration/xml.md
@@ -45,7 +45,7 @@ Or:
tag | purpose | introduction
------------- | ------------- | -------------
-`<dubbo:service/>` | Service Export | Used to export service, define service
metadata, export service with mutiple protocols, register service to multiple
registries
+`<dubbo:service/>` | Service Export | Used to export service, define service
metadata, export service with multiple protocols, register service to multiple
registries
`<dubbo:reference/>` | Service Reference | Used to create a remote proxy,
subscribe to multiple registries
`<dubbo:protocol/>` | Protocol Config | Configure the protocol for services
on provider side, the consumer side follows.
`<dubbo:application/>` | Application Config | Applies to both provider and
consumer.