Skip to content

Commit

Permalink
docs: further clarify module relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogarthyde authored and Keen Yee Liau committed Sep 11, 2019
1 parent 33dcb89 commit 627d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/module/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"route": {
"type": "string",
"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."
"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 declared in the module provided in the `--module` option."
},
"flat": {
"type": "boolean",
Expand Down

0 comments on commit 627d952

Please sign in to comment.