You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by jo...@apache.org on 2022/05/04 12:44:42 UTC

[incubator-shenyu-website] branch main updated: fix typo (#560)

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

jooks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new a318e52f7a fix typo (#560)
a318e52f7a is described below

commit a318e52f7af28e14d8927930a680166468605da5
Author: 陈壁浩 <ch...@foxmail.com>
AuthorDate: Wed May 4 20:44:38 2022 +0800

    fix typo (#560)
---
 .../zh/docusaurus-plugin-content-docs/version-2.4.3/design/data-sync.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/design/data-sync.md b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/design/data-sync.md
index c9282add1e..78968d0d5b 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/design/data-sync.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.3/design/data-sync.md
@@ -94,7 +94,7 @@ description: 数据同步
 
 `Etcd` 数据同步原理与Zookeeper类似,主要依赖于`Etcd`的`watch`机制,各个配置节点路径与`Zookeeper`相同。
 
-`Etcd`的原生API使用稍有点复杂,所有对其进行了一定的封装。
+`Etcd`的原生API使用稍有点复杂,所以对其进行了一定的封装。
 
 `Apache ShenYu`网关会监听配置的节点,启动时,如果`Etcd`中不存在配置节点,将同步全量的数据写入`Etcd`中,后序数据发送变更时,增量更新`Etcd`中的配置节点,与此同时,`Apache ShenYu`网关会监听配置信息的节点,一旦有信息变更时,会更新本地缓存。