SylviaBABY commented on code in PR #7479: URL: https://github.com/apache/apisix/pull/7479#discussion_r923131517
########## docs/zh/latest/plugins/api-breaker.md: ########## @@ -85,7 +85,7 @@ curl "http://127.0.0.1:9080/apisix/admin/routes/1" -H 'X-API-KEY: edd1c9f034335f ## 测试插件 -使用上游的配置,如果你的上流服务返回 500,连续 3 次。客户端将会收到 502(break_response_code)应答。 +使用上游的配置,在一定时间内如果你的上流服务返回 500 达到3 次。客户端将会收到 502(break_response_code)应答。 Review Comment: you need to add a space between number and letter, otherwise `Doc Lint / Chinese Copywriting (pull_request) ` will not pass <img width="876" alt="image" src="https://user-images.githubusercontent.com/39793568/179481501-c2262e09-3f2e-4442-bd1b-ea4c62ea32f9.png"> ########## docs/zh/latest/plugins/api-breaker.md: ########## @@ -85,7 +85,7 @@ curl "http://127.0.0.1:9080/apisix/admin/routes/1" -H 'X-API-KEY: edd1c9f034335f ## 测试插件 -使用上游的配置,如果你的上流服务返回 500,连续 3 次。客户端将会收到 502(break_response_code)应答。 +使用上游的配置,在一定时间内如果你的上流服务返回 500 达到3 次。客户端将会收到 502(break_response_code)应答。 Review Comment: ```suggestion 使用上游的配置,在一定时间内如果你的上流服务返回 500 达到 3 次。客户端将会收到 502(break_response_code)应答。 ``` -- 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]
