Skip to content

Commit 721fb0a

Browse files
committed
typos
1 parent 77230f1 commit 721fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/promoauth/oauth2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type OAuth2Config interface {
2424
type InstrumentedOAuth2Config interface {
2525
OAuth2Config
2626

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

0 commit comments

Comments
 (0)