Skip to content

Commit 9dd11b8

Browse files
docs: fix inteceptors typo (#4151)
1 parent 03c497c commit 9dd11b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/api/MockAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ This method returns any pending interceptors registered on a mock agent. A pendi
477477

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

480-
#### Example - List all pending inteceptors
480+
#### Example - List all pending interceptors
481481

482482
```js
483483
const agent = new MockAgent()

0 commit comments

Comments
 (0)