Skip to content

Commit 5acbebb

Browse files
oauth2: fix typo
1 parent b177c21 commit 5acbebb

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
@@ -140,7 +140,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
140140
//
141141
// State is a token to protect the user from CSRF attacks. You must
142142
// always provide a non-empty string and validate that it matches the
143-
// the state query parameter on your redirect callback.
143+
// state query parameter on your redirect callback.
144144
// See http://tools.ietf.org/html/rfc6749#section-10.12 for more info.
145145
//
146146
// Opts may include AccessTypeOnline or AccessTypeOffline, as well

0 commit comments

Comments
 (0)