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.