You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/10/20 22:44:05 UTC

[apisix] branch master updated: doc: Consule=>Consul (#2480)

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

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new a5f5c1f  doc: Consule=>Consul (#2480)
a5f5c1f is described below

commit a5f5c1ff59eba05d68eca34f2d5cc761850e37c9
Author: RocFang <fa...@gmail.com>
AuthorDate: Wed Oct 21 06:43:53 2020 +0800

    doc: Consule=>Consul (#2480)
---
 doc/stand-alone.md       | 2 +-
 doc/zh-cn/stand-alone.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/stand-alone.md b/doc/stand-alone.md
index b88d81a..de75b70 100644
--- a/doc/stand-alone.md
+++ b/doc/stand-alone.md
@@ -25,7 +25,7 @@ Turning on the APISIX node in Stand-alone mode will no longer use the default et
 
 This method is more suitable for two types of users:
 1. kubernetes(k8s):Declarative API that dynamically updates the routing rules with a full yaml configuration.
-2. Different configuration centers: There are many implementations of the configuration center, such as Consule, etc., using the full yaml file for intermediate conversion.
+2. Different configuration centers: There are many implementations of the configuration center, such as Consul, etc., using the full yaml file for intermediate conversion.
 
 The routing rules in the `conf/apisix.yaml` file are loaded into memory immediately after the APISIX node service starts. And every time interval (default 1 second), will try to detect whether the file content is updated, if there is an update, reload the rule.
 
diff --git a/doc/zh-cn/stand-alone.md b/doc/zh-cn/stand-alone.md
index 34127ce..389268b 100644
--- a/doc/zh-cn/stand-alone.md
+++ b/doc/zh-cn/stand-alone.md
@@ -26,7 +26,7 @@
 这种方式比较适合两类用户:
 
 1. kubernetes(k8s):声明式 API 场景,通过全量 yaml 配置来动态更新修改路由规则。
-2. 不同配置中心:配置中心的实现有很多,比如 Consule 等,使用全量 yaml 做中间转换桥梁。
+2. 不同配置中心:配置中心的实现有很多,比如 Consul 等,使用全量 yaml 做中间转换桥梁。
 
 APISIX 节点服务启动后会立刻加载 `conf/apisix.yaml` 文件中的路由规则到内存,并且每间隔一定时间
 (默认 1 秒钟),都会尝试检测文件内容是否有更新,如果有更新则重新加载规则。