Skip to content

Commit a05f672

Browse files
committed
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 5e99b62 commit a05f672

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
@@ -1065,7 +1065,8 @@ For EC keys, the following properties may be defined:
10651065

10661066
Example certificate:
10671067

1068-
```text
1068+
<!-- eslint-skip -->
1069+
```js
10691070
{ subject:
10701071
{ OU: [ 'Domain Control Validated', 'PositiveSSL Wildcard' ],
10711072
CN: '*.nodejs.org' },

0 commit comments

Comments
 (0)