summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-04 12:32:54 -0700
committerRich Trott <rtrott@gmail.com>2018-06-06 21:23:00 -0700
commit85fe13402659a174773bfecebac6e8bb5164f572 (patch)
tree11e64ad1b52d37039d517143e10e91a23aed1fc6 /doc/api/dns.md
parent25c92a90262e4bdaa97999f5fade56a9551701c9 (diff)
downloadandroid-node-v8-85fe13402659a174773bfecebac6e8bb5164f572.tar.gz
android-node-v8-85fe13402659a174773bfecebac6e8bb5164f572.tar.bz2
android-node-v8-85fe13402659a174773bfecebac6e8bb5164f572.zip
doc: remove spaces around slashes
Remove spaces around slash characters in documentation. This change sometimes rewords the content where the slash construction may not be what is called for. PR-URL: https://github.com/nodejs/node/pull/21140 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 93f91a6e35..8d47556d7c 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -499,8 +499,8 @@ will be present on the object:
| Type | Properties |
|------|------------|
-| `'A'` | `address` / `ttl` |
-| `'AAAA'` | `address` / `ttl` |
+| `'A'` | `address`/`ttl` |
+| `'AAAA'` | `address`/`ttl` |
| `'CNAME'` | `value` |
| `'MX'` | Refer to [`dns.resolveMx()`][] |
| `'NAPTR'` | Refer to [`dns.resolveNaptr()`][] |