From 4d9f43a8a7a2ca9cd12575dffc882ca3cd2392c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 19 May 2022 13:31:37 +0200 Subject: [PATCH] doc: use serial comma in dns docs Refs: https://github.com/nodejs/node/pull/11321 Refs: https://github.com/nodejs/node/pull/17384 PR-URL: https://github.com/nodejs/node/pull/43145 Reviewed-By: Rich Trott Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: Mohammed Keyvanzadeh --- doc/api/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.md b/doc/api/dns.md index c150c8a8abb8eb..c9e901da677283 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -1429,7 +1429,7 @@ using `dns.resolve()` and using the address instead of a host name. Also, some networking APIs (such as [`socket.connect()`][] and [`dgram.createSocket()`][]) allow the default resolver, `dns.lookup()`, to be replaced. -### `dns.resolve()`, `dns.resolve*()` and `dns.reverse()` +### `dns.resolve()`, `dns.resolve*()`, and `dns.reverse()` These functions are implemented quite differently than [`dns.lookup()`][]. They do not use getaddrinfo(3) and they _always_ perform a DNS query on the