Skip to content

Commit ee550b8

Browse files
committed
fix(core): comment typo
1 parent bebce90 commit ee550b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/injector/container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class NestContainer {
5656
scope: Type<any>[],
5757
): Promise<Module> {
5858
// In DependenciesScanner#scanForModules we already check for undefined or invalid modules
59-
// We sill need to catch the edge-case of `forwardRef(() => undefined)`
59+
// We still need to catch the edge-case of `forwardRef(() => undefined)`
6060
if (!metatype) {
6161
throw new UndefinedForwardRefException(scope);
6262
}

0 commit comments

Comments
 (0)