This is an automated email from the ASF dual-hosted git repository.
kexianjun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ae41535 fix wrong word (#396)
ae41535 is described below
commit ae415353bd8163336a45a5f87ac39aacbaef9161
Author: aworker <[email protected]>
AuthorDate: Tue Jun 4 09:09:00 2019 +0800
fix wrong word (#396)
LGTM, and thanks for your contribution
---
docs/zh-cn/user/references/metadata/introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-cn/user/references/metadata/introduction.md
b/docs/zh-cn/user/references/metadata/introduction.md
index 2835006..c2fe6f9 100644
--- a/docs/zh-cn/user/references/metadata/introduction.md
+++ b/docs/zh-cn/user/references/metadata/introduction.md
@@ -11,7 +11,7 @@ dubbo consumer中的配置项也有[20+个配置项](http://dubbo.apache.org/en-
需要将注册中心原来的数据信息和元数据信息保存到独立的key-value的存储中,这个key-value可以是DB,redis或者其他持久化存储。核心代码中支持了zookeeper,redis(推荐)的默认支持。
provider存储内容的格式,参见:org.apache.dubbo.metadata.definition.model.FullServiceDefinition。是该类型gson化之后的存储。
-Consumer存储内容,为Map格式。从Consumer端注册到注册中心的URL中的获取参数信息。即通过URL.getParameterMap()获取到的Map,进行gson话之后进行存储。
+Consumer存储内容,为Map格式。从Consumer端注册到注册中心的URL中的获取参数信息。即通过URL.getParameterMap()获取到的Map,进行gson化之后进行存储。
详细的内容,可以参考下面的sample输出。