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 248d7f9ebfb Update serialization.md (#3048)
248d7f9ebfb is described below
commit 248d7f9ebfb04e75515d9039a59614508d9bbe23
Author: aofall <[email protected]>
AuthorDate: Mon Oct 21 10:14:13 2024 +0800
Update serialization.md (#3048)
fix typo
---
content/zh-cn/overview/notices/serialization.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh-cn/overview/notices/serialization.md
b/content/zh-cn/overview/notices/serialization.md
index 77fd0baeea9..e43c09fe272 100644
--- a/content/zh-cn/overview/notices/serialization.md
+++ b/content/zh-cn/overview/notices/serialization.md
@@ -37,7 +37,7 @@ Dubbo 2.7 官方版本提供的序列化协议有如下几种:
* JDK
* Protocol Buffers
-处于安全性考虑,从 Dubbo 3.3 开始将默认仅提供以下序列化协议支持:
+出于安全性考虑,从 Dubbo 3.3 开始将默认仅提供以下序列化协议支持:
* Hessian2
* Fastjson2
* Protocol Buffers