diff --git a/internal/token.go b/internal/token.go index cf959ea..0460957 100644 --- a/internal/token.go +++ b/internal/token.go @@ -20,7 +20,7 @@ import ( "golang.org/x/net/context/ctxhttp" ) -// Token represents the crendentials used to authorize +// Token represents the credentials used to authorize // the requests to access protected resources on the OAuth 2.0 // provider's backend. // diff --git a/token.go b/token.go index 7a3167f..bdac1de 100644 --- a/token.go +++ b/token.go @@ -20,7 +20,7 @@ import ( // expirations due to client-server time mismatches. const expiryDelta = 10 * time.Second -// Token represents the crendentials used to authorize +// Token represents the credentials used to authorize // the requests to access protected resources on the OAuth 2.0 // provider's backend. //