Skip to content

Commit

Permalink
docs: improve strict option description
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Oct 7, 2020
1 parent dea7431 commit 811966a
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
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
"x-user-analytics": 14
},
"strict": {
"description": "Creates a workspace with stricter type checking and stricter bundle budgets settings.",
"x-prompt": "Create a workspace with stricter type checking and stricter bundle budgets settings? [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/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",
"type": "boolean",
"default": false,
"x-user-analytics": 7
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/angular/workspace/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"x-user-analytics": 14
},
"strict": {
"description": "Creates a workspace with stricter type checking options.",
"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",
"type": "boolean",
"default": false,
"x-user-analytics": 7
Expand Down

0 comments on commit 811966a

Please sign in to comment.