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

navendu 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 4c87264d0 docs: correct plugin name in basic-auth documentation 
(#11481)
4c87264d0 is described below

commit 4c87264d0d18efafb1abc3ebad4fd88cbd49f5a9
Author: opencmit2 <112474703+opencm...@users.noreply.github.com>
AuthorDate: Wed Aug 7 20:32:56 2024 +0800

    docs: correct plugin name in basic-auth documentation (#11481)
---
 docs/en/latest/plugins/basic-auth.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/plugins/basic-auth.md 
b/docs/en/latest/plugins/basic-auth.md
index 5073cff95..a25df3a21 100644
--- a/docs/en/latest/plugins/basic-auth.md
+++ b/docs/en/latest/plugins/basic-auth.md
@@ -136,7 +136,7 @@ HTTP/1.1 401 Unauthorized
 
 ## Delete Plugin
 
-To remove the `jwt-auth` Plugin, you can delete the corresponding JSON 
configuration from the Plugin configuration. APISIX will automatically reload 
and you do not have to restart for this to take effect.
+To remove the `basic-auth` Plugin, you can delete the corresponding JSON 
configuration from the Plugin configuration. APISIX will automatically reload 
and you do not have to restart for this to take effect.
 
 ```shell
 curl http://127.0.0.1:9180/apisix/admin/routes/1 -H "X-API-KEY: $admin_key" -X 
PUT -d '

Reply via email to