Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/api/MockAgent.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ This method returns any pending interceptors registered on a mock agent. A pendi

Returns: `PendingInterceptor[]` (where `PendingInterceptor` is a `MockDispatch` with an additional `origin: string`)

#### Example - List all pending inteceptors
#### Example - List all pending interceptors

```js
const agent = new MockAgent()
Expand Down
Loading