Skip to content

Commit

Permalink
fix typo (#2001)
Browse files Browse the repository at this point in the history
  • Loading branch information
trel authored Feb 20, 2023
1 parent 2faa91e commit f204625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/oidc/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/requests"
)

// providerJSON resresents the information we need from an OIDC discovery
// providerJSON represents the information we need from an OIDC discovery
type providerJSON struct {
Issuer string `json:"issuer"`
AuthURL string `json:"authorization_endpoint"`
Expand Down

0 comments on commit f204625

Please sign in to comment.