Skip to content

Commit be48f87

Browse files
Bob "Wombat" HoggMariatta
andauthored
docs(async_client): Fix typo in get_mtls_endpoint_and_cert_source doc (#662)
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
1 parent 20fc618 commit be48f87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-firestore/google/cloud/firestore_admin_v1/services/firestore_admin

packages/google-cloud-firestore/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def get_mtls_endpoint_and_cert_source(
185185
The API endpoint is determined in the following order:
186186
(1) if `client_options.api_endpoint` if provided, use the provided one.
187187
(2) if `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is "always", use the
188-
default mTLS endpoint; if the environment variabel is "never", use the default API
188+
default mTLS endpoint; if the environment variable is "never", use the default API
189189
endpoint; otherwise if client cert source exists, use the default mTLS endpoint, otherwise
190190
use the default API endpoint.
191191

0 commit comments

Comments
 (0)