Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2020-10-14 21:28:00 +0300
committerRich Trott <rtrott@gmail.com>2020-11-03 03:56:36 +0300
commit1a29c0920c99d32ff197a98009e09f1f21a932c3 (patch)
treee24a2bc2f675d7b78c9580d6e4b0cf710489c435 /doc/api/dns.md
parent07bb0c46c06a35f25772be8c400d11f2a173943d (diff)
doc: temporarily disable list-item-bullet-indent
Not an issue with v13 remark, but seems to be a glitch in the disabled lines in v12 conflicting. PR-URL: https://github.com/nodejs/node/pull/35647 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@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 c2f7f3e9012..aa2fbbc1751 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -599,12 +599,12 @@ be an array of objects with the following properties:
added: v0.1.27
-->
-<!--lint disable no-undefined-references-->
+<!--lint disable no-undefined-references list-item-bullet-indent-->
* `hostname` {string}
* `callback` {Function}
* `err` {Error}
* `records` <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type">&lt;string[][]&gt;</a>
-<!--lint enable no-undefined-references-->
+<!--lint enable no-undefined-references list-item-bullet-indent-->
Uses the DNS protocol to resolve text queries (`TXT` records) for the
`hostname`. The `records` argument passed to the `callback` function is a