Skip to content

Commit 4c87264

Browse files
authoredAug 7, 2024
docs: correct plugin name in basic-auth documentation (#11481)
1 parent e746746 commit 4c87264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/en/latest/plugins/basic-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ HTTP/1.1 401 Unauthorized
136136

137137
## Delete Plugin
138138

139-
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.
139+
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.
140140

141141
```shell
142142
curl http://127.0.0.1:9180/apisix/admin/routes/1 -H "X-API-KEY: $admin_key" -X PUT -d '

0 commit comments

Comments
 (0)