From 309d48273acc7cfdb0aa4634aaf9e9cf53bf7f5a Mon Sep 17 00:00:00 2001 From: Traky Deng Date: Mon, 13 May 2024 23:58:52 +0800 Subject: [PATCH] correct yaml in apisix_global_rule.md --- docs/en/latest/concepts/apisix_global_rule.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/latest/concepts/apisix_global_rule.md b/docs/en/latest/concepts/apisix_global_rule.md index c47e41298a..a0104a5356 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", - count: 2, - key: "remote_addr", + time_window": 60 + policy: "local" + count: 2 + key: "remote_addr" rejected_code: 503 ```