Skip to content

Commit f1e96af

Browse files
committed
doc: use serial comma in dns docs
Refs: nodejs#11321 Refs: nodejs#17384
1 parent 06dd8c3 commit f1e96af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ using `dns.resolve()` and using the address instead of a host name. Also, some
14291429
networking APIs (such as [`socket.connect()`][] and [`dgram.createSocket()`][])
14301430
allow the default resolver, `dns.lookup()`, to be replaced.
14311431

1432-
### `dns.resolve()`, `dns.resolve*()` and `dns.reverse()`
1432+
### `dns.resolve()`, `dns.resolve*()`, and `dns.reverse()`
14331433

14341434
These functions are implemented quite differently than [`dns.lookup()`][]. They
14351435
do not use getaddrinfo(3) and they _always_ perform a DNS query on the

0 commit comments

Comments
 (0)