Skip to content

Commit c5b9422

Browse files
nschonnitargos
authored andcommittedNov 3, 2020
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: #35647 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 59b36af commit c5b9422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/dns.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -599,12 +599,12 @@ be an array of objects with the following properties:
599599
added: v0.1.27
600600
-->
601601

602-
<!--lint disable no-undefined-references-->
602+
<!--lint disable no-undefined-references list-item-bullet-indent-->
603603
* `hostname` {string}
604604
* `callback` {Function}
605605
* `err` {Error}
606606
* `records` <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type">&lt;string[][]&gt;</a>
607-
<!--lint enable no-undefined-references-->
607+
<!--lint enable no-undefined-references list-item-bullet-indent-->
608608

609609
Uses the DNS protocol to resolve text queries (`TXT` records) for the
610610
`hostname`. The `records` argument passed to the `callback` function is a

0 commit comments

Comments
 (0)