Skip to content

Commit a5a07ad

Browse files
axvmMyles Borins
authored andcommitted
doc: fix dns.resolveCname description typo
PR-URL: #5622 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 43d1cdf commit a5a07ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ will contain an array of IPv6 addresses.
181181

182182
Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The
183183
`addresses` argument passed to the `callback` function
184-
will contain an of canonical name records available for the `hostname`
184+
will contain an array of canonical name records available for the `hostname`
185185
(e.g. `['bar.example.com']`).
186186

187187
## dns.resolveMx(hostname, callback)

0 commit comments

Comments
 (0)