SylviaBABY commented on code in PR #6886:
URL: https://github.com/apache/apisix/pull/6886#discussion_r853659093


##########
docs/zh/latest/plugins/echo.md:
##########
@@ -64,21 +79,25 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 
'X-API-KEY: edd1c9f034335f13
 
 ## 测试插件
 
-* 成功:
+通过上述命令启用插件后,你可以使用如下命令测试插件是否启用成功:
 
 ```shell
-$ curl -i http://127.0.0.1:9080/hello
+curl -i http://127.0.0.1:9080/hello
+```
+
+```
 HTTP/1.1 200 OK
 ...
 before the body modification hello world
 ```
 
 ## 禁用插件
 
-当您要禁用 `echo` 插件时,这很简单,您可以在插件配置中删除相应的 json 配置,无需重新启动服务,它将立即生效:
+当你需要禁用 `echo` 插件时,你可以通过以下命令删除相应的 `JSON` 配置,APISIX 将会自动重新加载相关配置,无需重启服务:

Review Comment:
   ```suggestion
   当你需要禁用 `echo` 插件时,可通过以下命令删除相应的 `JSON` 配置,APISIX 将会自动重新加载相关配置,无需重启服务:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to