This is an automated email from the ASF dual-hosted git repository.
albumenj 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 f24fb4c Update multi-protocols.md (#760)
f24fb4c is described below
commit f24fb4cacde9f108dfdcf5d5e89818fc0482576b
Author: MingHao Li <[email protected]>
AuthorDate: Thu Apr 1 10:33:23 2021 +0800
Update multi-protocols.md (#760)
---
content/zh/docs/v2.7/user/examples/multi-protocols.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh/docs/v2.7/user/examples/multi-protocols.md
b/content/zh/docs/v2.7/user/examples/multi-protocols.md
index 0ee6643..7f8f3ee 100644
--- a/content/zh/docs/v2.7/user/examples/multi-protocols.md
+++ b/content/zh/docs/v2.7/user/examples/multi-protocols.md
@@ -32,7 +32,7 @@ Dubbo 允许配置多协议,在不同服务上支持不同协议或者同一
## 多协议暴露服务
-需要与 http 客户端互操作
+需要与 http 客户端相互操作
```xml
<?xml version="1.0" encoding="UTF-8"?>