We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4f29f commit 8e8748cCopy full SHA for 8e8748c
doc/api/dns.md
@@ -1078,7 +1078,7 @@ implications for some applications, see the [`UV_THREADPOOL_SIZE`][]
1078
documentation for more information.
1079
1080
Note that various networking APIs will call `dns.lookup()` internally to resolve
1081
-host names. If that is an issue, consider resolving the hostname to and address
+host names. If that is an issue, consider resolving the hostname to an address
1082
using `dns.resolve()` and using the address instead of a host name. Also, some
1083
networking APIs (such as [`socket.connect()`][] and [`dgram.createSocket()`][])
1084
allow the default resolver, `dns.lookup()`, to be replaced.
0 commit comments