From 5cde90287b15442d7eae9507d7b0a4e7124d50bd Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Sat, 1 Oct 2022 14:17:14 -0400 Subject: [PATCH] doc: grammar fix in dns docs --- 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 660a8436941d97..7c460fd558443a 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -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