summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
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 af1516a494..bc0e4114c3 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -1,6 +1,6 @@
# HTTPS
- Stability: 2 - Stable
+> Stability: 2 - Stable
HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
separate module.