We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a75d7 commit 22cc18eCopy full SHA for 22cc18e
coderd/promoauth/oauth2.go
@@ -24,7 +24,7 @@ type OAuth2Config interface {
24
type InstrumentedOAuth2Config interface {
25
OAuth2Config
26
27
- // 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.
28
// It mirrors `http.Client.Do`.
29
// We need this because Coder adds some extra functionality to
30
// oauth clients such as the `ValidateToken()` method.
0 commit comments