hf400159 commented on code in PR #7930:
URL: https://github.com/apache/apisix/pull/7930#discussion_r974981975


##########
docs/zh/latest/plugins/limit-count.md:
##########
@@ -23,39 +29,37 @@ title: limit-count
 
 ## 描述
 
-和 [GitHub API 的限速](https://docs.github.com/en/rest/reference/rate-limit) 类似,
-在指定的时间范围内,限制总的请求个数。并且在 HTTP 响应头中返回剩余可以请求的个数。
+和 [GitHub API 
的速率限制](https://docs.github.com/en/rest/reference/rate-limit)类似,`limit-count` 
插件用于限制客户端在指定的时间范围内对服务的总请求数,并且在 HTTP 响应头中返回剩余可以请求的个数。

Review Comment:
   ```suggestion
   `limit-count` 插件用于限制客户端在指定的时间范围内对服务的总请求数,并且在 HTTP 响应头中返回剩余可以请求的个数。该插件的原理与 
[GitHub API 的速率限制](https://docs.github.com/en/rest/reference/rate-limit)类似。
   ```



-- 
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