We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3722b commit daca39cCopy full SHA for daca39c
packages/node_modules/overmind/src/index.ts
@@ -165,7 +165,7 @@ export function createOvermindMock<Config extends IConfiguration>(
165
166
if (!mockedEffect || (mockedEffect && !mockedEffect[effect.method])) {
167
throw new Error(
168
- `The effect "${effect.name}" with metod ${
+ `The effect "${effect.name}" with method ${
169
effect.method
170
} has not been mocked`
171
)
0 commit comments