From 528b7f6b429bd49500bcf3b35b3f92c3c5438cbe Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Thu, 21 Apr 2022 23:42:15 +0200 Subject: [PATCH] chore: fix a typo --- lib/mock/mock-interceptor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mock/mock-interceptor.js b/lib/mock/mock-interceptor.js index 5af8b1083f0..c89ba0d29df 100644 --- a/lib/mock/mock-interceptor.js +++ b/lib/mock/mock-interceptor.js @@ -12,7 +12,7 @@ const { const { InvalidArgumentError } = require('../core/errors') /** - * Defines the scope API for a interceptor reply + * Defines the scope API for an interceptor reply */ class MockScope { constructor (mockDispatch) {