summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
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()`][] |