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

ashishtiwari 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 6028b62b correct yaml in apisix_global_rule.md (#2235)
6028b62b is described below

commit 6028b62bb3d644891fdb3079c6de3e4303f2430c
Author: Traky Deng <[email protected]>
AuthorDate: Tue May 14 00:02:46 2024 +0800

    correct yaml in apisix_global_rule.md (#2235)
---
 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 c47e4129..a0104a53 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
 ```

Reply via email to