Skip to content

Commit

Permalink
docs: remove naming comment, clarify declaring module
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 150ac2a commit 33dcb89
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 using the route name, and adds the route to the `routes` array in the declaring module's routing module. Requires `--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 in the routing module specified in the `--module` option."
},
"flat": {
"type": "boolean",
Expand Down

0 comments on commit 33dcb89

Please sign in to comment.