Skip to content

Commit 9b3c759

Browse files
Madhu-1bradfitz
authored andcommitted
fix misspelled word in comment
Change-Id: Ic56ac2be3df36fac555cb4d42ca5fd8b973ec1dd GitHub-Last-Rev: 03c9ae0 GitHub-Pull-Request: #371 Reviewed-on: https://go-review.googlesource.com/c/163117 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 4b83411 commit 9b3c759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
145145
//
146146
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
147147
// as ApprovalForce.
148-
// It can also be used to pass the PKCE challange.
148+
// It can also be used to pass the PKCE challenge.
149149
// See https://www.oauth.com/oauth2-servers/pkce/ for more info.
150150
func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) string {
151151
var buf bytes.Buffer

0 commit comments

Comments
 (0)