Skip to content

Commit a6ff354

Browse files
committed
spelling: preexisting
Signed-off-by: Josh Soref <[email protected]>
1 parent 14655b4 commit a6ff354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/google/adk/tools/apihub_tool/clients/secret_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SecretManagerClient:
2929
3030
This class provides a simplified interface for retrieving secrets from
3131
Secret Manager, handling authentication using either a service account
32-
JSON keyfile (passed as a string) or a pre-existing authorization token.
32+
JSON keyfile (passed as a string) or a preexisting authorization token.
3333
3434
Attributes:
3535
_credentials: Google Cloud credentials object (ServiceAccountCredentials

src/google/adk/tools/bigquery/bigquery_credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class BigQueryCredentialsConfig(BaseModel):
7070
To load service account key credentials, use: `google.auth.load_credentials_from_file(...)`.
7171
See more details in https://cloud.google.com/iam/docs/service-account-creds#user-managed-keys.
7272
73-
When the deployed environment cannot provide a pre-existing credential,
73+
When the deployed environment cannot provide a preexisting credential,
7474
consider setting below client_id, client_secret and scope for end users to go
7575
through oauth flow, so that agent can access the user data.
7676
"""

0 commit comments

Comments
 (0)