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:
authorRich Trott <rtrott@gmail.com>2020-11-09 16:44:32 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-12 09:29:49 +0300
commita783f9bc2249f7d6d9a48fa343aecf5ce5ed21a3 (patch)
treee80426866d8a3e7dc92882a9ad6a2edd26b51c8b /doc/api/https.md
parentba73f93f0205cdd0f1d96032694b40a1727a781a (diff)
doc: update list styles for remark-parse@9 rendering
remark-parse@9.0.0 combined with our html.js tool ends a list if a multi-line item does not include indentation. Update our docs for this formatting. I looked around for a lint rule to enforce this but didn't find one readily available. (Happy to be shown that I'm wrong about that!) We may need to write one. PR-URL: https://github.com/nodejs/node/pull/36049 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index d8906868a34..b322c3ee147 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -161,7 +161,7 @@ added: v0.3.4
-->
* `options` {Object} Accepts `options` from [`tls.createServer()`][],
- [`tls.createSecureContext()`][] and [`http.createServer()`][].
+ [`tls.createSecureContext()`][] and [`http.createServer()`][].
* `requestListener` {Function} A listener to be added to the `'request'` event.
* Returns: {https.Server}