SylviaBABY commented on code in PR #6891: URL: https://github.com/apache/apisix/pull/6891#discussion_r854747878
########## docs/zh/latest/plugins/fault-injection.md: ########## @@ -23,23 +29,33 @@ title: fault-injection ## 描述 -故障注入插件,该插件可以和其他插件一起使用,并且会在其他插件前被执行,配置 `abort` 参数将直接返回给客户端指定的响应码并且终止其他插件的执行,配置 `delay` 参数将延迟某个请求,并且还会执行配置的其他插件。 +`fault-injection` 插件,该插件可以和其他插件一起使用,并且会在其他插件前被执行。 + +`abort` 属性将直接返回给客户端指定的响应码并且终止其他插件的执行。 + +`delay` 属性将延迟某个请求,并且还会执行配置的其他插件。 Review Comment: ```suggestion ``` -- 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]
