Skip to content

Commit e92b074

Browse files
cjihrigdanielleadams
authored andcommitted
doc: fix grammar in dns docs (#44850)
Also removes some italics text, as requested in the pull request review. PR-URL: #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>
1 parent 27b4b78 commit e92b074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/dns.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1447,8 +1447,8 @@ use libuv's threadpool.
14471447
As a result, these functions cannot have the same negative impact on other
14481448
processing that happens on libuv's threadpool that [`dns.lookup()`][] can have.
14491449

1450-
They do not use the same set of configuration files than what [`dns.lookup()`][]
1451-
uses. For instance, _they do not use the configuration from `/etc/hosts`_.
1450+
They do not use the same set of configuration files that [`dns.lookup()`][]
1451+
uses. For instance, they do not use the configuration from `/etc/hosts`.
14521452

14531453
[DNS error codes]: #error-codes
14541454
[Domain Name System (DNS)]: https://en.wikipedia.org/wiki/Domain_Name_System

0 commit comments

Comments
 (0)