Skip to content

Commit

Permalink
docs(idtoken): fix a typo on NewClient method (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed May 25, 2022
1 parent 74b48ae commit b041876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idtoken/idtoken.go
Expand Up @@ -26,7 +26,7 @@ import (
type ClientOption = option.ClientOption

// NewClient creates a HTTP Client that automatically adds an ID token to each
// request via an Authorization header. The token will have have the audience
// request via an Authorization header. The token will have the audience
// provided and be configured with the supplied options. The parameter audience
// may not be empty.
func NewClient(ctx context.Context, audience string, opts ...ClientOption) (*http.Client, error) {
Expand Down

0 comments on commit b041876

Please sign in to comment.