Skip to content

Commit b93e63f

Browse files
SushritPasupuleticlydin
authored andcommitted
fix(@angular/cli): correct grammar error in Analytics consent prompt
(cherry picked from commit 1aef32c)
1 parent 227bf2e commit b93e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/models/analytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export async function promptProjectAnalytics(force = false): Promise<boolean> {
174174
if (answers.analytics) {
175175
console.log('');
176176
console.log(tags.stripIndent`
177-
Thank you for sharing anonymous usage data. Would you change your mind, the following
177+
Thank you for sharing anonymous usage data. Should you change your mind, the following
178178
command will disable this feature entirely:
179179
180180
${colors.yellow('ng analytics project off')}

0 commit comments

Comments
 (0)