We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebce90 commit ee550b8Copy full SHA for ee550b8
1 file changed
packages/core/injector/container.ts
@@ -56,7 +56,7 @@ export class NestContainer {
56
scope: Type<any>[],
57
): Promise<Module> {
58
// In DependenciesScanner#scanForModules we already check for undefined or invalid modules
59
- // We sill need to catch the edge-case of `forwardRef(() => undefined)`
+ // We still need to catch the edge-case of `forwardRef(() => undefined)`
60
if (!metatype) {
61
throw new UndefinedForwardRefException(scope);
62
}
0 commit comments