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 8d5a915 commit 97cc9d3Copy full SHA for 97cc9d3
packages/angular-cli/utilities/get-dependent-files.ts
@@ -11,7 +11,7 @@ const globSearch = <any>denodeify(glob);
11
12
/**
13
* Interface that represents a module specifier and its position in the source file.
14
- * Use for storing a string literal, start position and end posittion of ImportClause node kinds.
+ * Use for storing a string literal, start position and end position of ImportClause node kinds.
15
*/
16
export interface ModuleImport {
17
specifierText: string;
0 commit comments