Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ihrig <cjihrig@gmail.com>2022-10-04 16:09:18 +0300
committerGitHub <noreply@github.com>2022-10-04 16:09:18 +0300
commit8d5eef53d61820993a64f46a16abfbfac23cace0 (patch)
tree67a81a877c4e40bc4cbc2421a65c54d8ecc4f54e /doc/api/dns.md
parent5b1bcf82f1d6990644285cd8dfc709340f7abb5b (diff)
doc: fix grammar in dns docs (#44850)
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 <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 660a8436941..5c7a9f16bb1 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