Skip to content

Commit 1e24f6c

Browse files
flamerohralan-agius4
authored andcommitted
docs(@angular/cli): fix schema.json description for lazyModules
(cherry picked from commit 66deb3a)
1 parent 14608c8 commit 1e24f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@
955955
"default": true
956956
},
957957
"lazyModules": {
958-
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules with be discovered automatically.",
958+
"description": "List of additional NgModule files that will be lazy loaded. Lazy router modules will be discovered automatically.",
959959
"type": "array",
960960
"items": {
961961
"type": "string"

0 commit comments

Comments
 (0)