Skip to content

Commit

Permalink
doc: fix dns.resolveCname description typo
Browse files Browse the repository at this point in the history
PR-URL: #5622
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
axvm authored and silverwind committed Mar 10, 2016
1 parent 7f586c0 commit a498492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a498492

Please sign in to comment.