From e92b074b32da9a8d24c0110e5f3494ac7c6d2ce7 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Tue, 4 Oct 2022 09:09:18 -0400 Subject: [PATCH] doc: fix grammar in dns docs (#44850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also removes some italics text, as requested in the pull request review. PR-URL: https://github.com/nodejs/node/pull/44850 Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Darshan Sen --- doc/api/dns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/dns.md b/doc/api/dns.md index 660a8436941d97..5c7a9f16bb1239 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -1447,8 +1447,8 @@ use libuv's threadpool. As a result, these functions cannot have the same negative impact on other processing that happens on libuv's threadpool that [`dns.lookup()`][] can have. -They do not use the same set of configuration files than what [`dns.lookup()`][] -uses. For instance, _they do not use the configuration from `/etc/hosts`_. +They do not use the same set of configuration files that [`dns.lookup()`][] +uses. For instance, they do not use the configuration from `/etc/hosts`. [DNS error codes]: #error-codes [Domain Name System (DNS)]: https://en.wikipedia.org/wiki/Domain_Name_System