Skip to content

Commit 62d267e

Browse files
axvmrvagg
authored andcommitted
doc: fix dns.resolveCname description typo
PR-URL: #5622 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 03b99bf commit 62d267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.markdown

+1-1
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)