diff --git a/site/content/zh-hans/docs/reference/plugins/limit_count_redis.md b/site/content/zh-hans/docs/reference/plugins/limit_count_redis.md index 67cf7f6a..39b885f4 100644 --- a/site/content/zh-hans/docs/reference/plugins/limit_count_redis.md +++ b/site/content/zh-hans/docs/reference/plugins/limit_count_redis.md @@ -95,7 +95,7 @@ spec: failureModeDeny: true rules: - count: 2 - timeWindow: "60s" + timeWindow: "60s" ``` 对 `/echo` 路径发起请求,前两个请求将成功,随后的请求将失败: