Skip to content

Commit 4933cdd

Browse files
authored
Fix typo in dualstack example (#11916)
1 parent 24b9f6f commit 4933cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-dualstack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)