doc: fix typo in dns.md
PR-URL: https://github.com/nodejs/node/pull/17502 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
6872690043
commit
86d386a07d
@ -514,7 +514,7 @@ will be present on the object:
|
||||
| `"SRV"` | Refer to [`dns.resolveSrv()`][] |
|
||||
| `"TXT"` | This type of record contains an array property called `entries` which refers to [`dns.resolveTxt()`][], eg. `{ entries: ['...'], type: 'TXT' }` |
|
||||
|
||||
Here is a example of the `ret` object passed to the callback:
|
||||
Here is an example of the `ret` object passed to the callback:
|
||||
|
||||
<!-- eslint-disable semi -->
|
||||
```js
|
||||
|
Loading…
x
Reference in New Issue
Block a user