Skip to content
Merged
Prev Previous commit
Next Next commit
typos
  • Loading branch information
Emyrk committed Jan 10, 2024
commit 89642973072480a9accaf1067a0d60d77a194c1e
2 changes: 1 addition & 1 deletion coderd/promoauth/oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type OAuth2Config interface {
type InstrumentedOAuth2Config interface {
OAuth2Config

// Do is provided as a convience method to make a request with the oauth2 client.
// Do is provided as a convenience method to make a request with the oauth2 client.
// It mirrors `http.Client.Do`.
// We need this because Coder adds some extra functionality to
// oauth clients such as the `ValidateToken()` method.
Expand Down