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