This is an automated email from the ASF dual-hosted git repository.

traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new fee11afd fix: typo in apisix_global_rule.md (#2277)
fee11afd is described below

commit fee11afd23686d1bbbd2f9baaefa2e48e87b1cda
Author: Zhihuang Lin <2228586...@qq.com>
AuthorDate: Thu Aug 8 02:29:04 2024 +0800

    fix: typo in apisix_global_rule.md (#2277)
---
 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 a0104a53..4f244925 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
 ```

Reply via email to