From 6dd3d943f362588916df1d542381058b1c48126a Mon Sep 17 00:00:00 2001 From: spacewander Date: Fri, 5 Jul 2024 23:19:29 +0800 Subject: [PATCH] fix indent in the yaml Signed-off-by: spacewander --- .../content/zh-hans/docs/reference/plugins/limit_count_redis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` 路径发起请求,前两个请求将成功,随后的请求将失败: