Skip to content

Commit 578793c

Browse files
authored
Reword
1 parent 47c70ae commit 578793c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/client/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you don't define an address it will be guessed:
102102
> **Note:** The number of slashes is important! Also make sure that you don't try to connect to a normal
103103
> web/REST/non-grpc server (port).
104104
105-
> **Note:** Java does not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use hyphens (`-`) instead.
105+
> **Note:** Java `URI`s do not support addresses with underscores (`_`): `dns://user_service`. Please make sure you use hyphens (`-`) instead.
106106
107107
The `SSL`/`TLS` and other security relevant configuration is explained on the [Client Security](security.md) page.
108108

0 commit comments

Comments
 (0)