You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/03/07 08:31:03 UTC

[apisix] branch master updated: docs: fix typo (#6526)

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

spacewander 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 4e2403d  docs: fix typo (#6526)
4e2403d is described below

commit 4e2403d5565c53b861f64516f14e7b3ecfdff004
Author: bin-ya <81...@users.noreply.github.com>
AuthorDate: Mon Mar 7 16:30:10 2022 +0800

    docs: fix typo (#6526)
---
 README.md                             | 2 +-
 docs/zh/latest/plugins/server-info.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ebf6a49..59a6604 100644
--- a/README.md
+++ b/README.md
@@ -261,7 +261,7 @@ A wide variety of companies and organizations use APISIX for research, productio
 - Swisscom
 - Tencent Game
 - Travelsky
-- VIIO
+- VIVO
 - weibo
 - WPS
 
diff --git a/docs/zh/latest/plugins/server-info.md b/docs/zh/latest/plugins/server-info.md
index 12aa323..2b8f198 100644
--- a/docs/zh/latest/plugins/server-info.md
+++ b/docs/zh/latest/plugins/server-info.md
@@ -29,7 +29,7 @@ title: server-info
 
 | 名称             | 类型    | 描述                                                                                                                    |
 | ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
-| boot_time        | integer | APISIX 服务实例的启动时间(UNIX 时间戳),如果对 APIISIX 进行热更新操作,该值将被重置;普通的 reload 操作不会影响该值。               |
+| boot_time        | integer | APISIX 服务实例的启动时间(UNIX 时间戳),如果对 APISIX 进行热更新操作,该值将被重置;普通的 reload 操作不会影响该值。               |
 | id               | string  | APISIX 服务实例 id 。                                                                                                   |
 | etcd_version     | string  | etcd 集群的版本信息,如果 APISIX 和 etcd 集群之间存在网络分区,该值将设置为 `"unknown"`。                                       |
 | version          | string  | APISIX 版本信息。                                                                                                       |