Skip to content

Commit 7de9ab1

Browse files
prestonvanloonfilipesilva
authored andcommitted
fix(@angular/cli): fix typo in version check
Close angular#5702
1 parent 39aef95 commit 7de9ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@angular/cli/upgrade/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class Version {
108108
}
109109
} else {
110110
console.error(bold(red(stripIndents`
111-
You seem to not be dependending on "@angular/core". This is an error.
111+
You seem to not be depending on "@angular/core". This is an error.
112112
`)));
113113
process.exit(2);
114114
}

0 commit comments

Comments
 (0)