summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-01-20 13:30:18 +0100
committerTobias Nießen <tniessen@tnie.de>2022-01-20 15:06:58 +0100
commit110aa38c9e803c62a36f5b200e9c6d45de01ca41 (patch)
treeb30f1d43dbf2e548ceebf694142da0a96a8a74dd
parent12608d3dbcd7bdb12012903b44876ea19136f81d (diff)
downloadnode-new-110aa38c9e803c62a36f5b200e9c6d45de01ca41.tar.gz
doc: fix backticks around 'default'
Refs: https://github.com/nodejs/node/pull/41569 PR-URL: https://github.com/nodejs/node/pull/41613 Co-authored-by: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
-rw-r--r--doc/api/crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index d886712d46..6db38b80fc 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2494,7 +2494,7 @@ If the `'subject'` option is set to `'always'` and if the subject alternative
name extension either does not exist or does not contain a matching email
address, the certificate subject is considered.
-If the `'subject'` option is set to `'default`', the certificate subject is only
+If the `'subject'` option is set to `'default'`, the certificate subject is only
considered if the subject alternative name extension either does not exist or
does not contain any email addresses.