Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
supercairos committed Nov 27, 2023
1 parent 0847036 commit 5b41e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type OAuth2Provider interface {
// time
NewDeviceResponse(ctx context.Context, requester DeviceRequester) (DeviceResponder, error)

// WriteDeviceAuthorizeResponse return to the user both codes and
// WriteDeviceResponse return to the user both codes and
// some configuration informations in a JSON formated manner
//
// The following specs must be considered in any implementation of this method:
Expand Down

0 comments on commit 5b41e88

Please sign in to comment.