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 537a8da docs: clearer description for Prometheus plugin (#6280)
537a8da is described below
commit 537a8da24d723caa5c85561d36b3b931ce1f1410
Author: Jintao Zhang <[email protected]>
AuthorDate: Sun Feb 13 22:12:39 2022 +0800
docs: clearer description for Prometheus plugin (#6280)
---
docs/en/latest/plugins/prometheus.md | 2 +-
docs/zh/latest/plugins/prometheus.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/plugins/prometheus.md
b/docs/en/latest/plugins/prometheus.md
index 36f022c..f4d5569 100644
--- a/docs/en/latest/plugins/prometheus.md
+++ b/docs/en/latest/plugins/prometheus.md
@@ -54,7 +54,7 @@ plugin_attr:
enable_export_server: false
```
-You may need to use [public-api](public-api.md) plugin to expose it.
+And expose it by using [public-api](public-api.md) plugin.
## How to enable it
diff --git a/docs/zh/latest/plugins/prometheus.md
b/docs/zh/latest/plugins/prometheus.md
index bf8e4cf..033e0b0 100644
--- a/docs/zh/latest/plugins/prometheus.md
+++ b/docs/zh/latest/plugins/prometheus.md
@@ -54,7 +54,7 @@ plugin_attr:
enable_export_server: false
```
-同时,您还需要使用 [public-api](../../../en/latest/plugins/public-api.md) 插件来暴露它。
+并使用 [public-api](../../../en/latest/plugins/public-api.md) 插件来暴露它。
## 如何开启插件