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

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new a3f06de  doc: fix error in limit-conn.md (#890)
a3f06de is described below

commit a3f06dedf7e31a3d3ec252e84c367490e9808954
Author: renzheng.wang <wangrz...@gmail.com>
AuthorDate: Fri Nov 22 20:24:07 2019 +0800

    doc: fix error in limit-conn.md (#890)
---
 doc/plugins/limit-conn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/plugins/limit-conn.md b/doc/plugins/limit-conn.md
index a7d05b6..ee02f90 100644
--- a/doc/plugins/limit-conn.md
+++ b/doc/plugins/limit-conn.md
@@ -65,7 +65,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '
 You can open dashboard with a browser: 
`http://127.0.0.1:9080/apisix/dashboard/`, to complete the above operation 
through the web interface, first add a route:
 ![](../images/plugin/limit-conn-1.png)
 
-Then add limit-count plugin:
+Then add limit-conn plugin:
 ![](../images/plugin/limit-conn-2.png)
 
 #### test plugin

Reply via email to