From bcc026468af553e3e09d000c0dc9647636b99af7 Mon Sep 17 00:00:00 2001 From: axvm Date: Wed, 9 Mar 2016 14:09:24 +0300 Subject: [PATCH] doc: dns.resolveCname description typo --- doc/api/dns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.markdown b/doc/api/dns.markdown index f986eadf7a7583..13dee0a6cb4375 100644 --- a/doc/api/dns.markdown +++ b/doc/api/dns.markdown @@ -185,7 +185,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)