Skip to content

Commit a498492

Browse files
axvmsilverwind
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 7f586c0 commit a498492

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
@@ -185,7 +185,7 @@ will contain an array of IPv6 addresses.
185185

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

191191
## dns.resolveMx(hostname, callback)

0 commit comments

Comments
 (0)