diff --git a/doc/api/dns.md b/doc/api/dns.md index 8aa8662d6bdc16..9933e77e8a5aff 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -448,7 +448,7 @@ added: REPLACEME Uses the DNS protocol to resolve `CAA` records for the `hostname`. The `addresses` argument passed to the `callback` function will contain an array of certification authority authorization records -available for the `hostname` (e.g. `[{critial: 0, iodef: +available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). ## `dns.resolveMx(hostname, callback)` @@ -954,7 +954,7 @@ added: REPLACEME Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, the `Promise` is resolved with an array of objects containing available certification authority authorization records available for the `hostname` -(e.g. `[{critial: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: +(e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). ### `dnsPromises.resolveCname(hostname)`