From 13a8bde1fac282aeb7e7e312fdd84cb7ee2409f1 Mon Sep 17 00:00:00 2001 From: axvm Date: Wed, 9 Mar 2016 14:09:24 +0300 Subject: [PATCH] doc: fix dns.resolveCname description typo PR-URL: https://github.com/nodejs/node/pull/5622 Reviewed-By: Evan Lucas Reviewed-By: Colin Ihrig Reviewed-By: Roman Reiss --- 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 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)