We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf48bf1 commit 7d25ac5Copy full SHA for 7d25ac5
oauth2.go
@@ -140,7 +140,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
140
//
141
// State is a token to protect the user from CSRF attacks. You must
142
// always provide a non-empty string and validate that it matches the
143
-// the state query parameter on your redirect callback.
+// state query parameter on your redirect callback.
144
// See http://tools.ietf.org/html/rfc6749#section-10.12 for more info.
145
146
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
0 commit comments