Skip to content

Commit f827ad4

Browse files
committed
fixed: lint issues in api deprecations
1 parent 62aa257 commit f827ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/deprecations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4438,7 +4438,9 @@ const server = http2.createSecureServer({
44384438
Http1IncomingMessage: MyIncomingMessage,
44394439
Http1ServerResponse: MyServerResponse,
44404440
});
4441+
```
44414442
4443+
```cjs
44424444
// Use this instead
44434445
const server = http2.createSecureServer({
44444446
allowHTTP1: true,

0 commit comments

Comments
 (0)