From 5b41e88bda4ae8a0f77486d41b0dfb56631e0582 Mon Sep 17 00:00:00 2001 From: Romain Caire Date: Mon, 27 Nov 2023 21:01:41 +0100 Subject: [PATCH] Fix typo in comment --- oauth2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.go b/oauth2.go index 2839b132c..7fe198883 100644 --- a/oauth2.go +++ b/oauth2.go @@ -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: