diff --git a/doc/api/dns.markdown b/doc/api/dns.markdown index 7888f14d723d01..ee520380aa1385 100644 --- a/doc/api/dns.markdown +++ b/doc/api/dns.markdown @@ -181,7 +181,7 @@ will contain an array of IPv6 addresses. Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The `addresses` argument passed to the `callback` function -will contain an of canonical name records available for the `hostname` +will contain an array of canonical name records available for the `hostname` (e.g. `['bar.example.com']`). ## dns.resolveMx(hostname, callback)