Skip to content

Commit 3a43965

Browse files
jbogarthydemgechev
authored andcommitted
docs: description of minimal option consistent across commands
1 parent 21894b7 commit 3a43965

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
@@ -77,7 +77,7 @@
7777
"description": "When true, does not add dependencies to the \"package.json\" file."
7878
},
7979
"minimal": {
80-
"description": "When true, creates a bare-bones project without any testing frameworks and should be used for learning purposes.",
80+
"description": "When true, creates a bare-bones project without any testing frameworks. (Use for learning purposes only.)",
8181
"type": "boolean",
8282
"default": false
8383
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"default": true
145145
},
146146
"minimal": {
147-
"description": "When true, creates a project without any testing frameworks. (Use for learning purposes only).",
147+
"description": "When true, creates a project without any testing frameworks. (Use for learning purposes only.)",
148148
"type": "boolean",
149149
"default": false
150150
}

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)