summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-05-30 15:24:19 +0200
committerRich Trott <rtrott@gmail.com>2018-06-01 23:54:18 +0200
commit7afe6c728e824021dd3f4863e2d8b867d5b12c7f (patch)
treee22b16607c27c5d2e8047c41686f3ccc2530baf4 /doc/api/dns.md
parent69528b0e8652499f01f762b20283be1c442475ea (diff)
downloadandroid-node-v8-7afe6c728e824021dd3f4863e2d8b867d5b12c7f.tar.gz
android-node-v8-7afe6c728e824021dd3f4863e2d8b867d5b12c7f.tar.bz2
android-node-v8-7afe6c728e824021dd3f4863e2d8b867d5b12c7f.zip
doc: fix typos on `e.g.` abbreviations
`eg.` was used in two places where `e.g.` was intended. Replace one instance with `e.g.` and rewrite the other instance to not require the abbreviation at all. PR-URL: https://github.com/nodejs/node/pull/21045 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
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 74504910c2..93f91a6e35 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -508,7 +508,7 @@ will be present on the object:
| `'PTR'` | `value` |
| `'SOA'` | Refer to [`dns.resolveSoa()`][] |
| `'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' }` |
+| `'TXT'` | This type of record contains an array property called `entries` which refers to [`dns.resolveTxt()`][], e.g. `{ entries: ['...'], type: 'TXT' }` |
Here is an example of the `ret` object passed to the callback: