Skip to content

Commit c3fddc3

Browse files
authored
fix: Fix docs link name to PoolOptions (nodejs#1651)
1 parent 077d7b0 commit c3fddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/Agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Returns: `Agent`
1616

1717
### Parameter: `AgentOptions`
1818

19-
Extends: [`ClientOptions`](Pool.md#parameter-pooloptions)
19+
Extends: [`PoolOptions`](Pool.md#parameter-pooloptions)
2020

2121
* **factory** `(origin: URL, opts: Object) => Dispatcher` - Default: `(origin, opts) => new Pool(origin, opts)`
2222
* **maxRedirections** `Integer` - Default: `0`. The number of HTTP redirection to follow unless otherwise specified in `DispatchOptions`.

0 commit comments

Comments
 (0)