Skip to content

Commit 8b400f2

Browse files
alan-agius4alexeagle
authored andcommitted
docs: improve command option descriptions
1 parent 74c799a commit 8b400f2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/angular_devkit/build_angular/src/browser/schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"extractCss": {
138138
"type": "boolean",
139-
"description": "Extract css from global styles onto css files instead of js ones.",
139+
"description": "Extract css from global styles into css files instead of js ones.",
140140
"default": false
141141
},
142142
"watch": {
@@ -181,7 +181,7 @@
181181
},
182182
"buildOptimizer": {
183183
"type": "boolean",
184-
"description": "Enables @angular-devkit/build-optimizer optimizations when using the 'aot' option.",
184+
"description": "Enables '@angular-devkit/build-optimizer' optimizations when using the 'aot' option.",
185185
"default": false
186186
},
187187
"namedChunks": {
@@ -214,7 +214,7 @@
214214
},
215215
"statsJson": {
216216
"type": "boolean",
217-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
217+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
218218
"default": false
219219
},
220220
"forkTypeChecker": {
@@ -223,7 +223,7 @@
223223
"default": true
224224
},
225225
"lazyModules": {
226-
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules with be discovered automatically.",
226+
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules will be discovered automatically.",
227227
"type": "array",
228228
"items": {
229229
"type": "string"
@@ -263,7 +263,7 @@
263263
},
264264
"input": {
265265
"type": "string",
266-
"description": "The input path dir in which to apply 'glob'. Defaults to the project root."
266+
"description": "The input directory path in which to apply 'glob'. Defaults to the project root."
267267
},
268268
"ignore": {
269269
"description": "An array of globs to ignore.",

packages/angular_devkit/build_angular/src/karma/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
},
178178
"input": {
179179
"type": "string",
180-
"description": "The input path dir in which to apply 'glob'. Defaults to the project root."
180+
"description": "The input directory path in which to apply 'glob'. Defaults to the project root."
181181
},
182182
"output": {
183183
"type": "string",

packages/angular_devkit/build_angular/src/server/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
},
146146
"statsJson": {
147147
"type": "boolean",
148-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
148+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
149149
"default": false
150150
},
151151
"forkTypeChecker": {
@@ -154,7 +154,7 @@
154154
"default": true
155155
},
156156
"lazyModules": {
157-
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules with be discovered automatically.",
157+
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules will be discovered automatically.",
158158
"type": "array",
159159
"items": {
160160
"type": "string"

0 commit comments

Comments
 (0)