This is an automated email from the ASF dual-hosted git repository.
zhangjintao 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 acee3f6c docs: fix type of .spec.plugins (#1645)
acee3f6c is described below
commit acee3f6c28bb9e0fd23eab9fdc478e2ce103bd84
Author: fengxsong <[email protected]>
AuthorDate: Fri Feb 3 17:05:31 2023 +0800
docs: fix type of .spec.plugins (#1645)
---
docs/en/latest/concepts/apisix_global_rule.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/concepts/apisix_global_rule.md
b/docs/en/latest/concepts/apisix_global_rule.md
index 8d143e72..d568218b 100644
--- a/docs/en/latest/concepts/apisix_global_rule.md
+++ b/docs/en/latest/concepts/apisix_global_rule.md
@@ -39,7 +39,7 @@ metadata:
name: global
spec:
plugins:
- name: limit-count
+ - name: limit-count
enalbed: true
config:
time_window": 60,