Skip to content

Commit 27d5f0e

Browse files
Trottaddaleax
authored andcommitted
doc: fix certificate display in tls doc
In one context, `<Buffer>` was being interpretted as an HTML tag and not displayed. PR-URL: #35032 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 2ae95d3 commit 27d5f0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/tls.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,8 @@ For EC keys, the following properties may be defined:
10711071

10721072
Example certificate:
10731073

1074-
```text
1074+
<!-- eslint-skip -->
1075+
```js
10751076
{ subject:
10761077
{ OU: [ 'Domain Control Validated', 'PositiveSSL Wildcard' ],
10771078
CN: '*.nodejs.org' },

0 commit comments

Comments
 (0)