summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-12-06 10:13:20 -0800
committerRich Trott <rtrott@gmail.com>2017-12-07 13:49:21 -0800
commit86d386a07d3bb7d13c0b174f37cf2bc1d00dee51 (patch)
treeaa9c38cc9f8a2f431e783a3a6d061bdac10bb9e9 /doc/api/dns.md
parent68726900437cf07861cc2439d81a3842ce7a3b3e (diff)
downloadandroid-node-v8-86d386a07d3bb7d13c0b174f37cf2bc1d00dee51.tar.gz
android-node-v8-86d386a07d3bb7d13c0b174f37cf2bc1d00dee51.tar.bz2
android-node-v8-86d386a07d3bb7d13c0b174f37cf2bc1d00dee51.zip
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>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 1 insertions, 1 deletions
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:
<!-- eslint-disable semi -->
```js