Skip to content

Commit

Permalink
fix(@schematics/angular): use strict guide short url
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and filipesilva committed Oct 9, 2020
1 parent 84b63e5 commit 32e24ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/schematics/angular/ng-new/schema.json
Expand Up @@ -129,8 +129,8 @@
"x-user-analytics": 14
},
"strict": {
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/guide/strict-mode",
"x-prompt": "Do you want to enforce stricter type checking and stricter bundle budgets in the workspace?\n This setting helps improve maintainability and catch bugs ahead of time.\n For more information, see https://angular.io/guide/strict-mode",
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/strict",
"x-prompt": "Do you want to enforce stricter type checking and stricter bundle budgets in the workspace?\n This setting helps improve maintainability and catch bugs ahead of time.\n For more information, see https://angular.io/strict",
"type": "boolean",
"default": false,
"x-user-analytics": 7
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/schema.json
Expand Up @@ -33,7 +33,7 @@
"x-user-analytics": 14
},
"strict": {
"description": "Creates a workspace with stricter type checking options. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/guide/strict-mode",
"description": "Creates a workspace with stricter type checking options. This setting helps improve maintainability and catch bugs ahead of time. For more information, see https://angular.io/strict",
"type": "boolean",
"default": false,
"x-user-analytics": 7
Expand Down

0 comments on commit 32e24ff

Please sign in to comment.