From 03c9ae0ae443b934d8c86de9529c0ec1ca7510a4 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 20 Feb 2019 15:05:35 +0530 Subject: [PATCH] Fix misspell word in comment change word challange to challenge Signed-off-by: Madhu Rajanna --- oauth2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.go b/oauth2.go index ec6ee00..428283f 100644 --- a/oauth2.go +++ b/oauth2.go @@ -145,7 +145,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption { // // Opts may include AccessTypeOnline or AccessTypeOffline, as well // as ApprovalForce. -// It can also be used to pass the PKCE challange. +// It can also be used to pass the PKCE challenge. // See https://www.oauth.com/oauth2-servers/pkce/ for more info. func (c *Config) AuthCodeURL(state string, opts ...AuthCodeOption) string { var buf bytes.Buffer