Skip to content

Commit 90ae5bd

Browse files
jbogarthydemgechev
authored andcommitted
docs: description of minimal option consistent across commands
1 parent 621f180 commit 90ae5bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/schematics/angular/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"description": "When true, does not add dependencies to the \"package.json\" file."
7171
},
7272
"minimal": {
73-
"description": "When true, creates a bare-bones project without any testing frameworks and should be used for learning purposes.",
73+
"description": "When true, creates a bare-bones project without any testing frameworks. (Use for learning purposes only.)",
7474
"type": "boolean",
7575
"default": false
7676
},

packages/schematics/angular/ng-new/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"default": true
139139
},
140140
"minimal": {
141-
"description": "When true, creates a project without any testing frameworks and should be used for learning purposes only.",
141+
"description": "When true, creates a project without any testing frameworks. (Use for learning purposes only.)",
142142
"type": "boolean",
143143
"default": false
144144
}

packages/schematics/angular/workspace/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
},
7272
"minimal": {
73-
"description": "When true, creates a workspace without any testing frameworks and should be used for learning.",
73+
"description": "When true, creates a workspace without any testing frameworks. (Use for learning purposes only.)",
7474
"type": "boolean",
7575
"default": false
7676
}

0 commit comments

Comments
 (0)