Skip to content

Commit 27fbc57

Browse files
alan-agius4clydin
authored andcommitted
docs: fix typo in showCircularDependencies deprecation message
(cherry picked from commit 5f61556)
1 parent 89360ab commit 27fbc57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"type": "boolean",
277277
"description": "Show circular dependency warnings on builds.",
278278
"default": false,
279-
"x-deprecated": "The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
279+
"x-deprecated": "The recommended method to detect circular dependencies in project code is to use either a lint rule or other external tooling."
280280
},
281281
"buildOptimizer": {
282282
"type": "boolean",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"type": "boolean",
175175
"description": "Show circular dependency warnings on builds.",
176176
"default": false,
177-
"x-deprecated": "The recommended method to detect circular dependencies in project code is to use a either a lint rule or other external tooling."
177+
"x-deprecated": "The recommended method to detect circular dependencies in project code is to use either a lint rule or other external tooling."
178178
},
179179
"namedChunks": {
180180
"type": "boolean",

0 commit comments

Comments
 (0)