Skip to content

Commit

Permalink
fix(@angular/cli): correct grammar error in Analytics consent prompt
Browse files Browse the repository at this point in the history
(cherry picked from commit 1aef32c)
  • Loading branch information
SushritPasupuleti authored and clydin committed Oct 19, 2021
1 parent 227bf2e commit b93e63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular/cli/models/analytics.ts
Expand Up @@ -174,7 +174,7 @@ export async function promptProjectAnalytics(force = false): Promise<boolean> {
if (answers.analytics) {
console.log('');
console.log(tags.stripIndent`
Thank you for sharing anonymous usage data. Would you change your mind, the following
Thank you for sharing anonymous usage data. Should you change your mind, the following
command will disable this feature entirely:
${colors.yellow('ng analytics project off')}
Expand Down

0 comments on commit b93e63f

Please sign in to comment.