Skip to content

Commit

Permalink
doc: grammar fix in dns docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Oct 1, 2022
1 parent 2a4452a commit 5cde902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.md
Expand Up @@ -1447,7 +1447,7 @@ 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()`][]
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
Expand Down

0 comments on commit 5cde902

Please sign in to comment.