summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-15 16:05:55 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-16 14:04:02 +0300
commit6e869be104374a2970a60de8bfccce9f6197af31 (patch)
tree4b525296ec4af40d638a53b5912be947fbd5cabf /doc/api/dns.md
parentf7fbbeedc609f56c898230971b44d3dde0934dc9 (diff)
downloadandroid-node-v8-6e869be104374a2970a60de8bfccce9f6197af31.tar.gz
android-node-v8-6e869be104374a2970a60de8bfccce9f6197af31.tar.bz2
android-node-v8-6e869be104374a2970a60de8bfccce9f6197af31.zip
doc: unify more headings
PR-URL: https://github.com/nodejs/node/pull/20046 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 7787a715f6..a878ad2717 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -56,7 +56,7 @@ dns.resolve4('archive.org', (err, addresses) => {
There are subtle consequences in choosing one over the other, please consult
the [Implementation considerations section][] for more information.
-## Class dns.Resolver
+## Class: dns.Resolver
<!-- YAML
added: v8.3.0
-->