diff --git a/packages/compiler-cli/src/ngcc/src/packages/dependency_resolver.ts b/packages/compiler-cli/src/ngcc/src/packages/dependency_resolver.ts index 1448a933d8..8fffb6e90e 100644 --- a/packages/compiler-cli/src/ngcc/src/packages/dependency_resolver.ts +++ b/packages/compiler-cli/src/ngcc/src/packages/dependency_resolver.ts @@ -74,7 +74,7 @@ export class DependencyResolver { const ignoredDependencies: IgnoredDependency[] = []; const graph = new DepGraph(); - // Add the entry ponts to the graph as nodes + // Add the entry points to the graph as nodes entryPoints.forEach(entryPoint => graph.addNode(entryPoint.path, entryPoint)); // Now add the dependencies between them