doc: fix dns.resolveCname description typo
authoraxvm <axvmindaweb@gmail.com>
Wed, 9 Mar 2016 11:09:24 +0000 (14:09 +0300)
committerMyles Borins <mborins@us.ibm.com>
Mon, 21 Mar 2016 20:07:03 +0000 (13:07 -0700)
PR-URL: https://github.com/nodejs/node/pull/5622
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
doc/api/dns.markdown

index 7888f14..ee52038 100644 (file)
@@ -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)