Skip to content

Commit 7d25ac5

Browse files
committed
oauth2: remove unnecessary word
1 parent bf48bf1 commit 7d25ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2.go

+1-1
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)