Skip to content

Commit edbe734

Browse files
nickraphaelMRHarrison
authored andcommitted
chore(typo): fix spelling of 'position' (angular#3582)
1 parent 2547b55 commit edbe734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/utilities/get-dependent-files.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const globSearch = <any>denodeify(glob);
1111

1212
/**
1313
* 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.
14+
* Use for storing a string literal, start position and end position of ImportClause node kinds.
1515
*/
1616
export interface ModuleImport {
1717
specifierText: string;

0 commit comments

Comments
 (0)