Skip to content

Commit

Permalink
fix(@angular/cli): fix typo in version check
Browse files Browse the repository at this point in the history
Close #5702
  • Loading branch information
prestonvanloon authored and filipesilva committed Mar 29, 2017
1 parent 39aef95 commit 7de9ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/upgrade/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class Version {
}
} else {
console.error(bold(red(stripIndents`
You seem to not be dependending on "@angular/core". This is an error.
You seem to not be depending on "@angular/core". This is an error.
`)));
process.exit(2);
}
Expand Down

0 comments on commit 7de9ab1

Please sign in to comment.