Browse Source

docs - Update net.md (#42691)

Update net.md

Changes heading level for net.resolveHost() entry to H3
Chris Stringer 9 months ago
parent
commit
2b5342cb49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/net.md

+ 1 - 1
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)