This is an automated email from the ASF dual-hosted git repository.
liujun 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 8e9e0310d7 fix typo (#2372)
8e9e0310d7 is described below
commit 8e9e0310d71dccbba9bc16193a420a355219df20
Author: A-Stupid-Sun <[email protected]>
AuthorDate: Wed Mar 8 16:36:03 2023 +0800
fix typo (#2372)
---
content/zh-cn/overview/mannual/golang-sdk/preface/concept/protocol.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh-cn/overview/mannual/golang-sdk/preface/concept/protocol.md
b/content/zh-cn/overview/mannual/golang-sdk/preface/concept/protocol.md
index a4e3e59074..475c52f95a 100644
--- a/content/zh-cn/overview/mannual/golang-sdk/preface/concept/protocol.md
+++ b/content/zh-cn/overview/mannual/golang-sdk/preface/concept/protocol.md
@@ -22,7 +22,7 @@ Dubbo-go 服务框架内置的打解包协议都是基于 TCP/IP 协议栈的,
这一类协议重点关注 TCP 报文的封装和拆解过程,保证点对点的可靠通信。
-在 dubbo-go 生态中,支持多种网络往往值得这一类协议。
+在 dubbo-go 生态中,支持多种网络往往指的这一类协议。