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 2020/11/21 02:17:49 UTC

[apisix] branch master updated: docs: fix typo from zh-cn/plugins/prometheus.md (#2806)

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 7780fe4  docs: fix typo from zh-cn/plugins/prometheus.md (#2806)
7780fe4 is described below

commit 7780fe4e24873742b08a2f440780eec4a55f5e2a
Author: idbeta <id...@gmail.com>
AuthorDate: Sat Nov 21 10:17:39 2020 +0800

    docs: fix typo from zh-cn/plugins/prometheus.md (#2806)
---
 doc/zh-cn/plugins/prometheus.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/zh-cn/plugins/prometheus.md b/doc/zh-cn/plugins/prometheus.md
index 8f89b06..826e45a 100644
--- a/doc/zh-cn/plugins/prometheus.md
+++ b/doc/zh-cn/plugins/prometheus.md
@@ -69,7 +69,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13
 curl -i http://127.0.0.1:9080/apisix/prometheus/metrics
 ```
 
-把改uri地址配置到 prometheus 中去,就会自动完成指标数据提取.
+把该uri地址配置到 prometheus 中去,就会自动完成指标数据提取.
 
 例子如下: