Skip to content

Commit 60cdac3

Browse files
authored
fix(docs): remove unnecessary array in incorrect example @ gep-1767 (#3991)
1 parent 51488fa commit 60cdac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geps/gep-1767/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ spec:
516516
value: /resource/foo
517517
filters:
518518
- cors:
519-
- allowOrigins:
519+
allowOrigins:
520520
- *
521521
allowMethods:
522522
- GET
@@ -575,7 +575,7 @@ spec:
575575
value: /resource/foo
576576
filters:
577577
- cors:
578-
- allowOrigins:
578+
allowOrigins:
579579
- https://foo.example
580580
- http://foo.example
581581
allowCredentials: true

0 commit comments

Comments
 (0)