Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-turpitko committed Apr 30, 2024
1 parent e575d07 commit ac28798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (c *Config) Client(ctx context.Context, t *Token) *http.Client {
// At the same time, RFC allows client to use this optional parameter and
// implementation should not restrict this usage.
//
// In fact, without specifing scopes on refresh request, at least Microsoft
// In fact, without specifying scopes on refresh request, at least Microsoft
// Advertising API resets access token scopes to (their own, not those
// specified in Config) defaults on refresh, meaning new access token has less
// scopes than initial.
Expand Down

0 comments on commit ac28798

Please sign in to comment.