doc: fix linter issues

PR-URL: https://github.com/nodejs/node/pull/60636
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
This commit is contained in:
Antoine du Hamel
2025-11-08 18:09:29 +01:00
committed by GitHub
parent 828cd8ae6a
commit b98ada27e7
3 changed files with 11 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ An [`Agent`][] object for HTTPS similar to [`http.Agent`][]. See
Like `http.Agent`, the `createConnection(options[, callback])` method can be overridden
to customize how TLS connections are established.
> See [`http.Agent#createConnection()`][] for details on overriding this method,
> See [`agent.createConnection()`][] for details on overriding this method,
> including asynchronous socket creation with a callback.
### `new Agent([options])`
@@ -744,6 +744,7 @@ statusCode: 200
[`Agent`]: #class-httpsagent
[`Session Resumption`]: tls.md#session-resumption
[`URL`]: url.md#the-whatwg-url-api
[`agent.createConnection()`]: http.md#agentcreateconnectionoptions-callback
[`http.Agent(options)`]: http.md#new-agentoptions
[`http.Agent`]: http.md#class-httpagent
[`http.ClientRequest`]: http.md#class-httpclientrequest