From 86d386a07d3bb7d13c0b174f37cf2bc1d00dee51 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 6 Dec 2017 10:13:20 -0800 Subject: doc: fix typo in dns.md PR-URL: https://github.com/nodejs/node/pull/17502 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Anatoli Papirovski Reviewed-By: Jon Moss Reviewed-By: Minwoo Jung Reviewed-By: Luigi Pinca --- doc/api/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/dns.md') diff --git a/doc/api/dns.md b/doc/api/dns.md index 0b064ff79d..4ae44a211a 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -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: ```js -- cgit v1.2.3