File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/angular/cli/models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ export async function promptGlobalAnalytics(force = false) {
388388 message : tags . stripIndents `
389389 Would you like to share anonymous usage data with the Angular Team at Google under
390390 Google’s Privacy Policy at https://policies.google.com/privacy? For more details and
391- how to change this setting, see http ://angular.io/analytics.
391+ how to change this setting, see https ://angular.io/analytics.
392392 ` ,
393393 default : false ,
394394 } ,
@@ -446,7 +446,7 @@ export async function promptProjectAnalytics(force = false): Promise<boolean> {
446446 message : tags . stripIndents `
447447 Would you like to share anonymous usage data about this project with the Angular Team at
448448 Google under Google’s Privacy Policy at https://policies.google.com/privacy? For more
449- details and how to change this setting, see http ://angular.io/analytics.
449+ details and how to change this setting, see https ://angular.io/analytics.
450450
451451 ` ,
452452 default : false ,
You can’t perform that action at this time.
0 commit comments