You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ke...@apache.org on 2019/04/29 00:49:48 UTC

[incubator-dubbo-website] branch asf-site updated: Fix typo in stickiness.md (#361)

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/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 956be97  Fix typo in stickiness.md (#361)
956be97 is described below

commit 956be974b7efccab2fd4f6dc86b21f0503e6b8bc
Author: Yuhao Bi <by...@gmail.com>
AuthorDate: Mon Apr 29 08:49:44 2019 +0800

    Fix typo in stickiness.md (#361)
---
 docs/zh-cn/user/demos/stickiness.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-cn/user/demos/stickiness.md b/docs/zh-cn/user/demos/stickiness.md
index 9eef8f2..300a965 100644
--- a/docs/zh-cn/user/demos/stickiness.md
+++ b/docs/zh-cn/user/demos/stickiness.md
@@ -8,7 +8,7 @@
 <dubbo:reference id="xxxService" interface="com.xxx.XxxService" sticky="true" />
 ```
 
-Dubbo 支持方法级别的粘滞连接,如果你想进行更细力度的控制,还可以这样配置。
+Dubbo 支持方法级别的粘滞连接,如果你想进行更细粒度的控制,还可以这样配置。
 
 ```xml
 <dubbo:reference id="xxxService" interface="com.xxx.XxxService">