Skip to content

Commit 33dcb89

Browse files
jbogarthydeKeen Yee Liau
authored and
Keen Yee Liau
committed
docs: remove naming comment, clarify declaring module
1 parent 150ac2a commit 33dcb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/module/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"route": {
4343
"type": "string",
44-
"description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module using the route name, and adds the route to the `routes` array in the declaring module's routing module. Requires `--module` option."
44+
"description": "The route path for a lazy-loaded module. When supplied, creates a component in the new module, and adds the route to that component in the `routes` array in the routing module specified in the `--module` option."
4545
},
4646
"flat": {
4747
"type": "boolean",

0 commit comments

Comments
 (0)