From 2eb69230406c0ed1fb6ec3fe0bd548b1d2c8646d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oil=E6=AC=A7=E5=91=A6?= <2228586315@qq.com> Date: Wed, 7 Aug 2024 09:36:53 +0800 Subject: [PATCH] fix: typo in apisixa_global_rule.md --- docs/en/latest/concepts/apisix_global_rule.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/latest/concepts/apisix_global_rule.md b/docs/en/latest/concepts/apisix_global_rule.md index a0104a5356..4f244925a0 100644 --- a/docs/en/latest/concepts/apisix_global_rule.md +++ b/docs/en/latest/concepts/apisix_global_rule.md @@ -42,9 +42,9 @@ spec: - name: limit-count enable: true config: - time_window": 60 - policy: "local" + time_window: 60 + policy: local count: 2 - key: "remote_addr" + key: remote_addr rejected_code: 503 ```