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

gallardot 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 52a19fef6 docs: fix typo in prometheus doc (#9286)
52a19fef6 is described below

commit 52a19fef67facfcef230e9ba185d30c5a8c39600
Author: Jorge <[email protected]>
AuthorDate: Fri Apr 14 03:18:32 2023 +0200

    docs: fix typo in prometheus doc (#9286)
    
    * fix typo in prometheus doc
    
    add missing close block
    
    * update prometheus.md
    
    remove whitespaces
---
 docs/en/latest/plugins/prometheus.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/latest/plugins/prometheus.md 
b/docs/en/latest/plugins/prometheus.md
index 9f93f9a24..df30025ce 100644
--- a/docs/en/latest/plugins/prometheus.md
+++ b/docs/en/latest/plugins/prometheus.md
@@ -75,6 +75,7 @@ plugin_attr:
             extra_labels:
                 - upstream_addr: $upstream_addr
                 - upstream_status: $upstream_status
+```
 
 ## API
 

Reply via email to