Skip to content

Commit

Permalink
fix: Fix docs link name to PoolOptions (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 15, 2022
1 parent 077d7b0 commit c3fddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Returns: `Agent`

### Parameter: `AgentOptions`

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

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

0 comments on commit c3fddc3

Please sign in to comment.