Skip to content

Commit 58551c9

Browse files
authored
Fix typo in user guide regarding 'delegates' parameter
1 parent d04a241 commit 58551c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-auth/docs/user-guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ In the example above `source_credentials` does not have direct access to list bu
10421042
in the target project. Using `ImpersonatedCredentials` will allow the source_credentials
10431043
to assume the identity of a target_principal that does have access.
10441044

1045-
It is possible to provide a delegation chain through `delegates` paramter while
1045+
It is possible to provide a delegation chain through `delegates` parameter while
10461046
initializing the impersonated credential. Refer `create short lived credentials delegated`_ for more details on delegation chain.
10471047

10481048
.. _create short lived credentials delegated: https://cloud.google.com/iam/docs/create-short-lived-credentials-delegated

0 commit comments

Comments
 (0)