From 2b5342cb495e9cd9a7f6dfc96ba095211ed364ae Mon Sep 17 00:00:00 2001 From: Chris Stringer Date: Mon, 1 Jul 2024 13:45:49 -0500 Subject: [PATCH] docs - Update net.md (#42691) Update net.md Changes heading level for net.resolveHost() entry to H3 --- docs/api/net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/net.md b/docs/api/net.md index 0a22a04970e2..464c078a5425 100644 --- a/docs/api/net.md +++ b/docs/api/net.md @@ -130,7 +130,7 @@ won't be able to connect to remote sites. However, a return value of whether a particular connection attempt to a particular remote site will be successful. -#### `net.resolveHost(host, [options])` +### `net.resolveHost(host, [options])` * `host` string - Hostname to resolve. * `options` Object (optional)