Skip to content

Commit a41f2ed

Browse files
committed
docs(@angular-devkit/build-angular): update includePaths description
1 parent 89a8faa commit a41f2ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"type": "object",
5252
"properties": {
5353
"includePaths": {
54-
"description": "Paths to include. Paths will be resolved to project root.",
54+
"description": "Paths to include. Paths will be resolved to workspace root.",
5555
"type": "array",
5656
"items": {
5757
"type": "string"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"type": "object",
5656
"properties": {
5757
"includePaths": {
58-
"description": "Paths to include. Paths will be resolved to project root.",
58+
"description": "Paths to include. Paths will be resolved to workspace root.",
5959
"type": "array",
6060
"items": {
6161
"type": "string"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "object",
2525
"properties": {
2626
"includePaths": {
27-
"description": "Paths to include. Paths will be resolved to project root.",
27+
"description": "Paths to include. Paths will be resolved to workspace root.",
2828
"type": "array",
2929
"items": {
3030
"type": "string"

0 commit comments

Comments
 (0)