Skip to content

Commit 30b1191

Browse files
authored
chore: Fix typo in user guide regarding 'delegates' parameter (googleapis#16064)
Simple docs typo fix.
1 parent 895d004 commit 30b1191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)