We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42de13 commit 4d9f43aCopy full SHA for 4d9f43a
doc/api/dns.md
@@ -1429,7 +1429,7 @@ using `dns.resolve()` and using the address instead of a host name. Also, some
1429
networking APIs (such as [`socket.connect()`][] and [`dgram.createSocket()`][])
1430
allow the default resolver, `dns.lookup()`, to be replaced.
1431
1432
-### `dns.resolve()`, `dns.resolve*()` and `dns.reverse()`
+### `dns.resolve()`, `dns.resolve*()`, and `dns.reverse()`
1433
1434
These functions are implemented quite differently than [`dns.lookup()`][]. They
1435
do not use getaddrinfo(3) and they _always_ perform a DNS query on the
0 commit comments