Skip to content

Commit 07df234

Browse files
TrottMylesBorins
authored andcommitted
doc: fix typo in dns.md
PR-URL: #17502 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9e50f17 commit 07df234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ will be present on the object:
514514
| `"SRV"` | Refer to [`dns.resolveSrv()`][] |
515515
| `"TXT"` | This type of record contains an array property called `entries` which refers to [`dns.resolveTxt()`][], eg. `{ entries: ['...'], type: 'TXT' }` |
516516

517-
Here is a example of the `ret` object passed to the callback:
517+
Here is an example of the `ret` object passed to the callback:
518518

519519
<!-- eslint-disable semi -->
520520
```js

0 commit comments

Comments
 (0)