Skip to content

Commit 6028b62

Browse files
authored
correct yaml in apisix_global_rule.md (#2235)
1 parent 57b5aee commit 6028b62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/latest/concepts/apisix_global_rule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ spec:
4242
- name: limit-count
4343
enable: true
4444
config:
45-
time_window": 60,
46-
policy: "local",
47-
count: 2,
48-
key: "remote_addr",
45+
time_window": 60
46+
policy: "local"
47+
count: 2
48+
key: "remote_addr"
4949
rejected_code: 503
5050
```

0 commit comments

Comments
 (0)