From ada5da902a5d6a335482f51c8651a727d4fedaac Mon Sep 17 00:00:00 2001 From: Dario Piotrowicz Date: Mon, 7 Apr 2025 23:26:38 +0100 Subject: [PATCH] docs: fix inteceptors typo --- docs/docs/api/MockAgent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api/MockAgent.md b/docs/docs/api/MockAgent.md index 614a339684e..e61c2080370 100644 --- a/docs/docs/api/MockAgent.md +++ b/docs/docs/api/MockAgent.md @@ -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()