Browse Source

docs: link net.request options to ClientRequestConstructorOptions (#36556)

Samuel Attard 2 years ago
parent
commit
e1e66fc8ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/net.md

+ 1 - 1
docs/api/net.md

@@ -54,7 +54,7 @@ The `net` module has the following methods:
 
 ### `net.request(options)`
 
-* `options` (ClientRequestConstructorOptions | string) - The `ClientRequest` constructor options.
+* `options` ([ClientRequestConstructorOptions](client-request.md#new-clientrequestoptions) | string) - The `ClientRequest` constructor options.
 
 Returns [`ClientRequest`](./client-request.md)