| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a483c28 commit cdd2fe5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -450,7 +450,7 @@ added: v15.0.0 | |||
| 450 | 450 | Uses the DNS protocol to resolve `CAA` records for the `hostname`. The | |
| 451 | 451 | `addresses` argument passed to the `callback` function | |
| 452 | 452 | will contain an array of certification authority authorization records | |
| 453 | - available for the `hostname` (e.g. `[{critial: 0, iodef: | ||
| 453 | + available for the `hostname` (e.g. `[{critical: 0, iodef: | ||
| 454 | 454 | 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). | |
| 455 | 455 | ||
| 456 | 456 | ## `dns.resolveMx(hostname, callback)` | |
@@ -968,7 +968,7 @@ added: v15.0.0 | |||
| 968 | 968 | Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, | |
| 969 | 969 | the `Promise` is resolved with an array of objects containing available | |
| 970 | 970 | certification authority authorization records available for the `hostname` | |
| 971 | - (e.g. `[{critial: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: | ||
| 971 | + (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: | ||
| 972 | 972 | 'pki.example.com'}]`). | |
| 973 | 973 | ||
| 974 | 974 | ### `dnsPromises.resolveCname(hostname)` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments