You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by mo...@apache.org on 2023/05/23 06:41:26 UTC

[apisix] branch master updated: docs: fix typo error in observe your api docs (#9513)

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

monkeydluffy 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 0545a17b4 docs: fix typo error in observe your api docs (#9513)
0545a17b4 is described below

commit 0545a17b4198fcaa2210bd6406e9871dd09883e8
Author: maclong1989 <81...@qq.com>
AuthorDate: Tue May 23 14:41:20 2023 +0800

    docs: fix typo error in observe your api docs (#9513)
---
 docs/zh/latest/tutorials/observe-your-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/tutorials/observe-your-api.md b/docs/zh/latest/tutorials/observe-your-api.md
index 54c043834..489f3b8b2 100644
--- a/docs/zh/latest/tutorials/observe-your-api.md
+++ b/docs/zh/latest/tutorials/observe-your-api.md
@@ -54,7 +54,7 @@ APISIX 中提供了很多具有丰富功能的可观测性插件。你可以通
 - [error-logger](../plugins/error-log-logger.md)
 - [google-cloud-logging](../plugins/google-cloud-logging.md)
 
-你可以在 APISIX [插件中心](../plugins/http-logger.md) 查看 APISIX 支持的所有日志插件。接下来我们将使用 `http-logger` 插件为你演示如何将 APISIX 的日志数据发送到 HTPP/HTTPS 服务器中。
+你可以在 APISIX [插件中心](../plugins/http-logger.md) 查看 APISIX 支持的所有日志插件。接下来我们将使用 `http-logger` 插件为你演示如何将 APISIX 的日志数据发送到 HTTP/HTTPS 服务器中。
 
 :::note 注意