Skip to content

Commit 55a6f29

Browse files
tniessentargos
authored andcommitted
doc: use serial comma in dns docs
Refs: #11321 Refs: #17384 PR-URL: #43145 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
1 parent 7701e68 commit 55a6f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.md

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

1326-
### `dns.resolve()`, `dns.resolve*()` and `dns.reverse()`
1326+
### `dns.resolve()`, `dns.resolve*()`, and `dns.reverse()`
13271327

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

0 commit comments

Comments
 (0)