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 3886e23 commit 78777bfCopy full SHA for 78777bf
packages/core/errors/messages.ts
@@ -64,7 +64,7 @@ export const UNKNOWN_DEPENDENCIES_MESSAGE = (
64
export const INVALID_MIDDLEWARE_MESSAGE = (
65
text: TemplateStringsArray,
66
name: string,
67
-) => `The middleware doesn't provide the 'resolve' method (${name})`;
+) => `The middleware doesn't provide the 'use' method (${name})`;
68
69
export const INVALID_MODULE_MESSAGE = (
70
0 commit comments