You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2022/01/07 02:39:51 UTC

[dubbo-website] branch master updated: fix mistake word (#1025)

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

hyunkun 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 508fe9a  fix mistake word (#1025)
508fe9a is described below

commit 508fe9a5e08fc9d43d8473eba4d47c4ea92c4d82
Author: Wang Chengming <63...@qq.com>
AuthorDate: Fri Jan 7 10:39:44 2022 +0800

    fix mistake word (#1025)
---
 content/en/docs/v2.7/user/examples/stickiness.md | 4 ++--
 content/zh/docs/advanced/stickiness.md           | 2 +-
 content/zh/docsv2.7/user/examples/stickiness.md  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/en/docs/v2.7/user/examples/stickiness.md b/content/en/docs/v2.7/user/examples/stickiness.md
index 3397d02..4575743 100644
--- a/content/en/docs/v2.7/user/examples/stickiness.md
+++ b/content/en/docs/v2.7/user/examples/stickiness.md
@@ -14,10 +14,10 @@ Sticky connections will automatically open [Lazy Connection](../lazy-connect) to
 <dubbo:reference id="xxxService" interface="com.xxx.XxxService" sticky="true" />
 ```
 
-Dubbo supports method-level sticky connection, and if you want more granular control, you can also configure as follow.
+Dubbo supports method-level sticky connection, and if you want more granular control, you can also configure as follows.
 
 ```xml
 <dubbo:reference id="xxxService" interface="com.xxx.XxxService">
-    <dubbo:mothod name="sayHello" sticky="true" />
+    <dubbo:method name="sayHello" sticky="true" />
 </dubbo:reference>
 ```
diff --git a/content/zh/docs/advanced/stickiness.md b/content/zh/docs/advanced/stickiness.md
index 72ba499..cfe4ca9 100644
--- a/content/zh/docs/advanced/stickiness.md
+++ b/content/zh/docs/advanced/stickiness.md
@@ -18,7 +18,7 @@ Dubbo 支持方法级别的粘滞连接,如果你想进行更细粒度的控
 
 ```xml
 <dubbo:reference id="xxxService" interface="com.xxx.XxxService">
-    <dubbo:mothod name="sayHello" sticky="true" />
+    <dubbo:method name="sayHello" sticky="true" />
 </dubbo:reference>
 ```
 
diff --git a/content/zh/docsv2.7/user/examples/stickiness.md b/content/zh/docsv2.7/user/examples/stickiness.md
index 72ba499..cfe4ca9 100644
--- a/content/zh/docsv2.7/user/examples/stickiness.md
+++ b/content/zh/docsv2.7/user/examples/stickiness.md
@@ -18,7 +18,7 @@ Dubbo 支持方法级别的粘滞连接,如果你想进行更细粒度的控
 
 ```xml
 <dubbo:reference id="xxxService" interface="com.xxx.XxxService">
-    <dubbo:mothod name="sayHello" sticky="true" />
+    <dubbo:method name="sayHello" sticky="true" />
 </dubbo:reference>
 ```