Skip to content

Commit

Permalink
undo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Jan 10, 2022
1 parent 963d9f4 commit e8a3006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type AccessApplicationGatewayRule struct {
type AccessApplicationCorsHeaders struct {
AllowedMethods []string `json:"allowed_methods,omitempty"`
AllowedOrigins []string `json:"allowed_origins,omitempty"`
AllowedHeaders []string `json:"gallowed_headers,omitempty"`
AllowedHeaders []string `json:"allowed_headers,omitempty"`
AllowAllMethods bool `json:"allow_all_methods,omitempty"`
AllowAllHeaders bool `json:"allow_all_headers,omitempty"`
AllowAllOrigins bool `json:"allow_all_origins,omitempty"`
Expand Down

0 comments on commit e8a3006

Please sign in to comment.