From 8cff8fc7945832765375aefa26a68e6036ee5a85 Mon Sep 17 00:00:00 2001 From: Bob Hogg Date: Thu, 17 Nov 2022 14:32:15 +0000 Subject: [PATCH] docs(async_client): Fix typo in get_mtls_endpoint_and_cert_source doc --- .../firestore_admin_v1/services/firestore_admin/async_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py b/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py index 7be3f46031..6cbcd956c3 100644 --- a/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py +++ b/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py @@ -174,7 +174,7 @@ def get_mtls_endpoint_and_cert_source( The API endpoint is determined in the following order: (1) if `client_options.api_endpoint` if provided, use the provided one. (2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the - default mTLS endpoint; if the environment variabel is "never", use the default API + default mTLS endpoint; if the environment variable is "never", use the default API endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise use the default API endpoint.