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:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 12:49:56 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 17:48:43 +0300
commita3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3 (patch)
treecfc7f2c1fc8445b53bae4d92f76f35dd29e02b99 /doc/api/https.md
parent8809f8b40b3b9f16702c91c7ba6d7324ce431970 (diff)
doc: remove redundant empty lines
PR-URL: https://github.com/nodejs/node/pull/20398 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 4c8d993ae2b..3e7c2d95ade 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -165,7 +165,6 @@ changes:
- `agent` **Default:** `https.globalAgent`
- `callback` {Function}
-
Makes a request to a secure web server.
The following additional `options` from [`tls.connect()`][] are also accepted:
@@ -326,9 +325,10 @@ req.on('error', (e) => {
console.error(e.message);
});
req.end();
-
```
- Outputs for example:
+
+Outputs for example:
+
```text
Subject Common Name: github.com
Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16