diff --git a/doc/api/dns.md b/doc/api/dns.md index 1dc4f50ef668d2..d5af7aef8bfec7 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -527,7 +527,7 @@ added: v0.1.27 * `hostname` {string} * `callback` {Function} - `err` {Error} - - `records` {string[][]} + - `records` <string[][]> Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. The `records` argument passed to the `callback` function is a @@ -576,7 +576,7 @@ The `dns.setServers()` method must not be called while a DNS query is in progress. The [`dns.setServers()`][] method affects only [`dns.resolve()`][], -[`dns.resolve*()`][] and [`dns.reverse()`][] (and specifically *not* +`dns.resolve*()` and [`dns.reverse()`][] (and specifically *not* [`dns.lookup()`][]). Note that this method works much like diff --git a/doc/api/stream.md b/doc/api/stream.md index eb3925645ea498..15bff231efb661 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -481,7 +481,7 @@ added: v11.4.0 * {boolean} -Is `true` if it is safe to call [`writable.write()`][]. +Is `true` if it is safe to call [`writable.write()`][stream-write]. ##### writable.writableHighWaterMark