Skip to content

Commit

Permalink
doc: dns.resolveCname description typo
Browse files Browse the repository at this point in the history
  • Loading branch information
axvm committed Mar 9, 2016
1 parent 9277aed commit bcc0264
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 bcc0264

Please sign in to comment.