Skip to content

Commit b041876

Browse files
authored
docs(idtoken): fix a typo on NewClient method (#1558)
1 parent 74b48ae commit b041876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

idtoken/idtoken.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
type ClientOption = option.ClientOption
2727

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

0 commit comments

Comments
 (0)