style(ivy): ngcc - fix typo in comment (#29092)

PR Close #29092
This commit is contained in:
Pete Bacon Darwin 2019-03-20 13:47:57 +00:00 committed by Matias Niemelä
parent 7a67f8935d
commit 07aeafa75c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export class DependencyResolver {
const ignoredDependencies: IgnoredDependency[] = [];
const graph = new DepGraph<EntryPoint>();
// 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