From 1ec4ed27c3fb753655ffd321b1742f75d27457fc Mon Sep 17 00:00:00 2001 From: josh-wong Date: Thu, 25 Sep 2025 04:49:17 +0000 Subject: [PATCH] AUTO: Sync ScalarDL docs in English to docs site repo --- .../applications/simple-bank-account/conf/client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.10/applications/simple-bank-account/conf/client.properties b/versioned_docs/version-3.10/applications/simple-bank-account/conf/client.properties index 521dc10a..bb62240b 100644 --- a/versioned_docs/version-3.10/applications/simple-bank-account/conf/client.properties +++ b/versioned_docs/version-3.10/applications/simple-bank-account/conf/client.properties @@ -1,5 +1,5 @@ # Optional. A hostname or an IP address of the server. Use localhost by default if not specified. -# It assuems that there is a single endpoint that is given by DNS or a load balancer. +# It assumes that there is a single endpoint that is given by DNS or a load balancer. scalar.dl.client.server.host=localhost # Optional. A port number of the server. Use 50051 by default if not specified.