Skip to content

Commit 362176f

Browse files
committed
fix typo
1 parent 353e887 commit 362176f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/externalaccount/basecredentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ https://cloud.google.com/iam/docs/workload-identity-federation-with-other-provid
4545
4646
To use a custom function to supply the token, define a struct that implements the [SubjectTokenSupplier] interface for OIDC/SAML providers,
4747
or one that implements [AwsSecurityCredentialsSupplier] for AWS providers. This can then be used when building a [Config].
48-
The [golang.org/x/oauth2.TokenSource] created from the config using [NewTokenSource] can then be used access Google
48+
The [golang.org/x/oauth2.TokenSource] created from the config using [NewTokenSource] can then be used to access Google
4949
Cloud resources. For instance, you can create a new client from the
5050
[cloud.google.com/go/storage] package and pass in option.WithTokenSource(yourTokenSource))
5151

0 commit comments

Comments
 (0)