Skip to content

Commit 86850e0

Browse files
thomas-goncalvesgopherbot
authored andcommitted
oauth2: fix typo
Change-Id: I515f8897cc79c58a8a49df84ccddc5acd9536d87 GitHub-Last-Rev: 5acbebb GitHub-Pull-Request: #616 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/459695 Run-TryBot: Cody Oss <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cody Oss <[email protected]> Reviewed-by: Matt Hickford <[email protected]>
1 parent a6e37e7 commit 86850e0

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)