Skip to content

Commit dc6baf6

Browse files
alan-agius4filipesilva
authored andcommitted
docs: update fileReplacements description
1 parent 8c2f7d1 commit dc6baf6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
]
726726
},
727727
"fileReplacements": {
728-
"description": "Replace files with other files in the build.",
728+
"description": "Replace compilation source files with other compilation source files in the build.",
729729
"type": "array",
730730
"items": {
731731
"$ref": "#/definitions/targetOptions/definitions/browser/definitions/fileReplacement"
@@ -1511,7 +1511,7 @@
15111511
"default": []
15121512
},
15131513
"fileReplacements": {
1514-
"description": "Replace files with other files in the build.",
1514+
"description": "Replace compilation source files with other compilation source files in the build.",
15151515
"type": "array",
15161516
"items": {
15171517
"oneOf": [
@@ -1752,7 +1752,7 @@
17521752
]
17531753
},
17541754
"fileReplacements": {
1755-
"description": "Replace files with other files in the build.",
1755+
"description": "Replace compilation source files with other compilation source files in the build.",
17561756
"type": "array",
17571757
"items": {
17581758
"$ref": "#/definitions/targetOptions/definitions/server/definitions/fileReplacement"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
]
8383
},
8484
"fileReplacements": {
85-
"description": "Replace files with other files in the build.",
85+
"description": "Replace compilation source files with other compilation source files in the build.",
8686
"type": "array",
8787
"items": {
8888
"$ref": "#/definitions/fileReplacement"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"default": []
136136
},
137137
"fileReplacements": {
138-
"description": "Replace files with other files in the build.",
138+
"description": "Replace compilation source files with other compilation source files in the build.",
139139
"type": "array",
140140
"items": {
141141
"oneOf": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
"fileReplacements": {
57-
"description": "Replace files with other files in the build.",
57+
"description": "Replace compilation source files with other compilation source files in the build.",
5858
"type": "array",
5959
"items": {
6060
"$ref": "#/definitions/fileReplacement"

0 commit comments

Comments
 (0)