Skip to content

Commit

Permalink
correct yaml in apisix_global_rule.md (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayx23 authored May 13, 2024
1 parent 57b5aee commit 6028b62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/latest/concepts/apisix_global_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 6028b62

Please sign in to comment.