Skip to content

Commit 4e4e0e4

Browse files
alan-agius4filipesilva
authored andcommitted
style: fix typo in allowedCommonJsDependencies description
1 parent cb66703 commit 4e4e0e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/cli/lib/config/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
]
952952
},
953953
"allowedCommonJsDependencies": {
954-
"description": "A list of CommonJS packages that are allowed to be used without a built time warning.",
954+
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
955955
"type": "array",
956956
"items": {
957957
"type": "string"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"default": false
353353
},
354354
"allowedCommonJsDependencies": {
355-
"description": "A list of CommonJS packages that are allowed to be used without a built time warning.",
355+
"description": "A list of CommonJS packages that are allowed to be used without a build time warning.",
356356
"type": "array",
357357
"items": {
358358
"type": "string"

0 commit comments

Comments
 (0)