Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Дмитрий Седых committed Sep 4, 2016
1 parent cc31a5c commit 97055e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmail.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func Init(config, token string) error {
}
if err != nil {
authURL := cfg.AuthCodeURL("state-token", oauth2.AccessTypeOffline)
// the requested authorization code
// request authorization code
code, err := Prompt(authURL)
if err != nil {
return err
Expand Down

0 comments on commit 97055e8

Please sign in to comment.