Fix typo in dualstack example (#11916)

This commit is contained in:
Arjan Singh Bal 2025-03-11 16:05:05 +05:30 committed by GitHub
parent 24b9f6ff0d
commit 4933cddd00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
The dualstack example uses a custom name resolver that provides both IPv4 and IPv6 localhost
endpoints for each of 3 server instances. The client will first use the default name resolver and
load balancers which will only connect tot he first server. It will then use the
load balancers which will only connect to the first server. It will then use the
custom name resolver with round robin to connect to each of the servers in turn. The 3 instances
of the server will bind respectively to: both IPv4 and IPv6, IPv4 only, and IPv6 only.