From 574c19a8c6ba12d550b4b1d995588ea9f21e1163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 20 Jan 2022 13:30:18 +0100 Subject: [PATCH] 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 Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Richard Lau Reviewed-By: Filip Skokan --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 376cb2ac4dece1..3d915b502d6a32 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.