We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f586c0 commit a498492Copy full SHA for a498492
doc/api/dns.markdown
@@ -185,7 +185,7 @@ will contain an array of IPv6 addresses.
185
186
Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The
187
`addresses` argument passed to the `callback` function
188
-will contain an of canonical name records available for the `hostname`
+will contain an array of canonical name records available for the `hostname`
189
(e.g. `['bar.example.com']`).
190
191
## dns.resolveMx(hostname, callback)
0 commit comments